bump-version
FeaturedCut a new termio macOS release by tagging main with the next version. Invoke when the user says 'bump version', 'bump the version', 'cut a release', 'ship a new version', 'release', '发版', '发布新版本', or '出个新版本'.
Install
Quality Score: 89/100
Skill Content
Details
- Author
- termio-sh
- Repository
- termio-sh/termio
- Created
- 3 months ago
- Last Updated
- today
- Language
- Swift
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
release
Bump the isopod workspace version and tag a release correctly. Use whenever a change touches crates/, Cargo.toml, Cargo.lock, vendor/ or scripts/ — CI's Version guard requires a bump for any of those — or when asked to cut, tag or release a version. Also use to diagnose a failing "Version guard" job.
bump
发版前的版本号 bump 专用流程:对齐 main → 在 main 上直接改齐所有版本号文件(VERSION/package.json/CHANGELOG/README 徽章等)→ 指引 git add + /commit 直推 main。当用户说 bump 版本、升级版本号、准备发版、发版前对齐版本、/release 前需要 bump 时必须使用。不负责打 tag 与发 Release(/release 职责);不在功能分支上 bump(并行冲突纪律——功能分支永不碰版本号)。
publish
Prepare a version bump through a feature branch and pull request; merging to main auto-tags and publishes the release. Triggers on 'publish', 'release', 'bump version'.