Skip to content

ci: release.yaml を npm-publish.yaml にリネーム#53

Merged
tomoemon merged 1 commit into
mainfrom
ci/rename-npm-publish-workflow
May 17, 2026
Merged

ci: release.yaml を npm-publish.yaml にリネーム#53
tomoemon merged 1 commit into
mainfrom
ci/rename-npm-publish-workflow

Conversation

@tomoemon

Copy link
Copy Markdown
Owner

Summary

  • npm publish を行う release.yamlnpm-publish.yaml にリネーム
  • CONTRIBUTING.md と release skill (SKILL.md) の参照を更新

設計の背景

リリース関連の workflow が2つあるが、名前から役割を区別しづらかった。

  • release-tag.yaml — git タグ作成 + GitHub release 作成
  • release.yaml — npm publish

release.yaml という名前だと GitHub 上のリリースと npm への publish の区別がつかないため、実際の動作にあわせて npm-publish.yaml にリネームする。job 名も publish であり、npm には「release」という概念がないため npm-publish が役割を正確に表す。

ワークフローのトリガー (release: published / workflow_dispatch) はファイル名に依存しないため、リネームによる動作への影響はない。

Test plan

  • release.yaml を参照する箇所が CONTRIBUTING.md と release skill のみであることを確認し、両方更新済み
  • マージ後、Actions に npm-publish workflow が表示されることを確認

🤖 Generated with Claude Code

GitHub release を作る release-tag.yaml と、npm publish を行う
release.yaml が名前から区別しづらいため、後者を npm-publish.yaml に
リネームする。CONTRIBUTING.md と release skill の参照も更新する。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@tomoemon
tomoemon merged commit 6e83ff2 into main May 17, 2026
1 check passed
@tomoemon
tomoemon deleted the ci/rename-npm-publish-workflow branch May 17, 2026 01:46
@tomoemon tomoemon mentioned this pull request May 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant