docs: Minor cleanup/normalization.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 24m33s

This commit is contained in:
2025-02-03 12:39:23 -05:00
parent 0f8cbdac57
commit aca25be86a
8 changed files with 5 additions and 16 deletions

19
docs/release_checklist.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