prepare-release
SolidPrepare a new release by collecting commits, generating bilingual release notes, updating version files, and creating a release branch with PR. Use when asked to prepare/create a release, bump version, or run `/prepare-release`.
Install
Quality Score: 90/100
Skill Content
Details
- Author
- CherryHQ
- Repository
- CherryHQ/cherry-studio
- Created
- 2 years ago
- Last Updated
- today
- Language
- TypeScript
- License
- AGPL-3.0
Similar Skills
Semantically similar based on skill content — not just same category
prepare-release
Prepares a release by creating a release branch, bumping the version, guiding manual changelog curation from git history, and opening a PR to main. Use when the user wants to cut a release, prepare a release PR, ship a version, mentions "release prep", "prepare release", "cut release", or wants to manually write a changelog instead of auto-generating one.
release
Use when preparing a release - picks the version, rolls the changelog, and opens the release pull request.
release
Release management with changelog generation, semantic versioning, and readiness checks. TRIGGER when: user asks to prepare a release, generate a changelog, bump version, check release readiness, or create a release tag; user runs /release or /changelog. DO NOT TRIGGER when: writing commit messages (use conventional commits directly), deploying to infrastructure, debugging production issues.