@ripla/godd-mcp 1.0.6-canary.4 → 1.0.6-canary.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -464,20 +464,21 @@ Docker Compose でローカルに Notes 環境を立ち上げます。
464
464
 
465
465
  ## リリース(npm publish)
466
466
 
467
- ### canary リリース(自動)
467
+ ### canary リリース(自動 / 手動 ref 指定)
468
468
 
469
- `main` ブランチに `godd-mcp-server/` 配下の変更がマージされると、GitHub Actions が自動で canary バージョンを publish します。
469
+ `main` ブランチに `godd-mcp-server/` または `notes/` 配下の変更がマージされると、GitHub Actions(「Publish npm (auto on main push / canary)」)が自動で canary バージョンを publish します。
470
470
 
471
471
  - バージョン形式: `v0.1.3-canary.1`(本番最新タグの次 patch + canary 連番)
472
472
  - npm タグ: `canary`(`npm install @ripla/godd-mcp@canary` でインストール可能)
473
473
  - GitHub Release は作成しない(git tag のみ)
474
+ - 手動実行も可能(#1099): Actions タブから `ref` 入力に対象ブランチ/タグを指定して dispatch(bump コミットなし・canary タグのみ作成。dev デプロイと downstream 通知は `deploy_dev` 入力で制御)
474
475
 
475
- ### 本番リリース(手動)
476
+ ### 本番リリース(本番タグ作成 → タグ指定 publish)
476
477
 
477
- Actions タブから「Release GoDD MCP Server (latest / manual)」を手動実行します。
478
+ 旧「Release GoDD MCP Server (latest / manual)」は #1099 で廃止されました。本番リリースは次の 2 ステップです:
478
479
 
479
- 1. `version_bump` `patch` / `minor` / `major` を選択
480
- 2. typecheck test build バージョン算出 commit → tag npm publish (latest)
480
+ 1. main の対象コミットに本番タグ(例: `v1.0.3`。`patch` / `minor` / `major` は PM が判断)を作成して push
481
+ 2. Actions タブから「Publish npm (by tag / manual)」を `tag=v1.0.3` で手動実行(dist-tag はタグ名から自動で `latest` と判定)
481
482
  3. GitHub Release は別途手動で作成(リリース前に差分確認が可能)
482
483
 
483
484
  ### 前提条件