ci: release.yaml を npm-publish.yaml にリネーム#53
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
release.yamlをnpm-publish.yamlにリネームCONTRIBUTING.mdと release skill (SKILL.md) の参照を更新設計の背景
リリース関連の workflow が2つあるが、名前から役割を区別しづらかった。
release-tag.yaml— git タグ作成 + GitHub release 作成release.yaml— npm publishrelease.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 のみであることを確認し、両方更新済みnpm-publishworkflow が表示されることを確認🤖 Generated with Claude Code