tildefriends/docs/Release-Checklist.md
Cory McWilliams 0f8cbdac57
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 26m14s
docs: Bring back docs as a directory. Long live https://docs.tildefriends.net/
2025-02-02 22:39:55 -05:00

377 B

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