bump-hal-voice-version

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Bump hal-voice Version

升级hal-voice版本

After editing files under
plugins/hal-voice/
, bump the
version
field in both files using semver:
  1. plugins/hal-voice/.claude-plugin/plugin.json
  2. .claude-plugin/marketplace.json
    (the
    plugins[].version
    for hal-voice)
  • 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.
在编辑
plugins/hal-voice/
目录下的文件后,请按照semver(语义化版本)规范升级以下两个文件中的
version
字段:
  1. plugins/hal-voice/.claude-plugin/plugin.json
  2. .claude-plugin/marketplace.json
    (hal-voice对应的
    plugins[].version
    字段)
  • 修订号(0.2.0 -> 0.2.1):Bug修复、配置变更、样式清理
  • 次版本号(0.2.0 -> 0.3.0):新增功能、新增钩子、新增命令
  • 主版本号(0.2.0 -> 1.0.0):钩子行为或配置格式出现不兼容变更
每个提交会话仅需升级一次版本,无需每次编辑文件都升级。