3 Commits
Author SHA1 Message Date
rzuastiandClaude Opus 4.8 a81e510cde Note the TestFlight build trigger in release.sh output
Pushing a vX.Y.Z tag kicks off the Codemagic iOS build automatically;
surface that in the release output so the operator knows it's running.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-07 12:40:18 -04:00
rzuastiandClaude Opus 4.8 45891876e9 Require gh login and run front-end tests before release
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-06 16:24:59 -04:00
rzuastiandClaude Opus 4.8 8df21e41b1 Add release.sh to automate steps 1-3 of the release process
Adds a repo-root release.sh that prompts for the version, bumps it in
Cargo.toml/pubspec.yaml and the About release date, refreshes lockfiles,
runs tests, commits/pushes, tags, creates the GitHub release, and builds
the Docker image, pausing for confirmation between sections.

Release notes live in RELEASE_NOTES.md (newest first, one section per
version); the script extracts the section for the version being cut.
Seeds the file with the v0.1.0 notes and adds gh to the Nix dev shell.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-02 17:22:18 -04:00