Skip to content

Commit 36995d3

Browse files
yokotasoclaude
andcommitted
docs: add publishing section to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f0dde55 commit 36995d3

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

readme.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,18 @@
77
* documentation for the typed-api-spec package
88
* hosted on nota.github.io/typed-api-spec/
99
* examples
10-
* examples of using the typed-api-spec package
10+
* examples of using the typed-api-spec package
11+
12+
## Publishing
13+
14+
### npm
15+
16+
`v*.*.*` タグを push すると、GitHub Actions により自動的に npmjs に publish されます。
17+
18+
### GitHub Packages
19+
20+
GitHub Actions の `workflow_dispatch` により手動で GitHub Packages に publish できます。実行にはCollaborator以上の権限が必要です。
21+
22+
1. リポジトリの **Actions** タブを開く
23+
2. **"Publish Package to GitHub Packages"** ワークフローを選択
24+
3. **"Run workflow"** をクリックし、必要に応じてバージョンを入力して実行

0 commit comments

Comments
 (0)