Loading...
Searching...
No Matches
- make sure CI is passing
make all format docs prettier tidy
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
- publish the draft release that was created by CI
- update ios screenshots if UI has substantially changed
- 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