mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-20 12:11:28 -07:00
657 B
657 B
Releasing
- Confirm
mainis green:gh run list --workflow CI --limit 5. - Bump
package.jsonto the release version. - Build release metadata before tagging:
bun run changelog:build --version <version> - Review
CHANGELOG.md. - Run release gate locally:
bun run changelog:check --version <version>bun run test:fastbun run typecheck - Commit release prep.
- Tag the commit:
git tag v<version>. - Push commit + tag.
Notes:
changelog:checknow rejects tag/package version mismatches.- Do not tag while
changes/*.mdfragments still exist.