mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-16 13:03:31 +08:00
The post-v0.2.2 changes are now summarized in the release body with the user-facing highlights first, while process-only H5 hardening is described as part of the new feature instead of old-version bug fixes. Desktop and Tauri version files are aligned to the release note version. Constraint: GitHub Release body is sourced from release-notes/vX.Y.Z.md in the tagged commit Constraint: Problem fixes should describe issues users could have seen in prior releases, not internal fixups for unreleased work Rejected: Put every fix commit under 问题修复 | mixes development cleanup with released-user regressions Confidence: high Scope-risk: narrow Tested: git diff --check Tested: git diff --cached --check Tested: bun run scripts/release.ts 0.2.3 --dry Tested: version consistency check for desktop package, Tauri config, Cargo.toml, and Cargo.lock Not-tested: Full bun run verify; release note and version bump only