From f4288555794ad67833fe3fd290a27057a3c1ebb6 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Tue, 26 Nov 2024 11:27:49 -0500 Subject: [PATCH] Add Release Checklist --- Release-Checklist.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Release-Checklist.md diff --git a/Release-Checklist.md b/Release-Checklist.md new file mode 100644 index 0000000..3186639 --- /dev/null +++ b/Release-Checklist.md @@ -0,0 +1,19 @@ +# Release Checklist + +- make sure ci is passing +- run the tests +- format + prettier +- update metadata/en-US/changelogs +- git tag +- push +- make dist +- make a release on gitea +- upload the artifacts +- nix + - comment out the hash in default.nix + - update the version + - run `nix-build` + - update the hash +- bump the versions in GNUmakefile for the next release +- make +- commit \ No newline at end of file