docs: Reminding myself how to make a release.

This commit is contained in:
2024-10-23 18:06:56 -04:00
parent 94e8bf2e1c
commit efcb68351c
2 changed files with 37 additions and 0 deletions

19
docs/release.md Normal file
View File

@ -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