mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-16 13:03:31 +08:00
The desktop release workflow reads release-notes/v0.1.6.md from the tagged commit, so this commit aligns version metadata, lockfile state, and release copy before creating the v0.1.6 tag. Constraint: GitHub Actions packaging is triggered by pushed v*.*.* tags, not by a plain main push Constraint: The release script expects release-notes/vX.Y.Z.md to exist in the tagged commit Rejected: Push main without a tag | that would not start the desktop release workflow Confidence: high Scope-risk: narrow Directive: Keep version files, Cargo.lock, release notes, and the release tag aligned for desktop releases Tested: bun run scripts/release.ts 0.1.6 --dry Tested: git diff --cached --check Not-tested: Remote GitHub Actions run before pushing the tag