bump-hal-voice-version
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseBump hal-voice Version
升级hal-voice版本
After editing files under , bump the field in both files using semver:
plugins/hal-voice/versionplugins/hal-voice/.claude-plugin/plugin.json- (the
.claude-plugin/marketplace.jsonfor hal-voice)plugins[].version
- Patch (0.2.0 -> 0.2.1): bug fixes, config changes, style cleanup
- Minor (0.2.0 -> 0.3.0): new features, new hooks, new commands
- Major (0.2.0 -> 1.0.0): breaking changes to hook behavior or config format
Bump once per commit session, not per file edit.
在编辑目录下的文件后,请按照semver(语义化版本)规范升级以下两个文件中的字段:
plugins/hal-voice/versionplugins/hal-voice/.claude-plugin/plugin.json- (hal-voice对应的
.claude-plugin/marketplace.json字段)plugins[].version
- 修订号(0.2.0 -> 0.2.1):Bug修复、配置变更、样式清理
- 次版本号(0.2.0 -> 0.3.0):新增功能、新增钩子、新增命令
- 主版本号(0.2.0 -> 1.0.0):钩子行为或配置格式出现不兼容变更
每个提交会话仅需升级一次版本,无需每次编辑文件都升级。