@ripla/godd-mcp 1.0.5 → 1.0.6-canary.2
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 +1 -1
- package/dist/godd.cjs +167 -167
- package/dist/godd.js +56 -37
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -474,7 +474,7 @@ Docker Compose でローカルに Notes 環境を立ち上げます。
|
|
|
474
474
|
|
|
475
475
|
### 本番リリース(手動)
|
|
476
476
|
|
|
477
|
-
Actions タブから「Release GoDD MCP Server (
|
|
477
|
+
Actions タブから「Release GoDD MCP Server (latest / manual)」を手動実行します。
|
|
478
478
|
|
|
479
479
|
1. `version_bump` で `patch` / `minor` / `major` を選択
|
|
480
480
|
2. typecheck → test → build → バージョン算出 → commit → tag → npm publish (latest)
|