Tilde Friends
Loading...
Searching...
No Matches
Release Checklist
  • make sure CI is passing
  • make all format docs prettier tidy
  • out/debug/tildefriends test && out/release/tildefriends test
  • make changelog && update metadata/en-US/changelogs
  • git tag v1.2.3
  • git push
  • git push --tags
  • git tag -f latest_release
  • git push --tags -f latest_release
  • make a release on gitea
  • update ios screenshots if UI has substantially changed
  • upload the artifacts
  • upload the AppImage and zsyncmake
  • upload to Google
  • upload to Apple with make dist-ios on macOS
  • nix
    • June and December: update release version
    • run nix --extra-experimental-features nix-command --extra-experimental-features flakes flake update
    • 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 all docs
  • commit