@stagingタグの即時削除を断念、凍結維持へ変更 - #15
Merged
Merged
Conversation
remove-staging-tag.yml実行時、npm registryが403 Forbidden (DELETE .../dist-tags/staging)を返し失敗。NPM_TOKENの権限が dist-tag削除(rm)をカバーしていない可能性が高い(add実績はあり)。 トークン権限の見直しは別途検討することとし、今回は@stagingタグを 凍結維持する方針に変更(ユーザー判断)。ワンオフワークフローを削除。 Co-Authored-By: Claude Sonnet 5 <[email protected]>
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.
経緯
先行PR #14(
@staging廃止・@candidate直行フロー)で追加したremove-staging-tag.yml(
@stagingタグをnpm dist-tag rmで削除するワンオフワークフロー)を実行したところ、npm registryが
403 Forbiddenを返し失敗した:NPM_TOKENにdist-tag add(既存ワークフローで実績あり)とは別の権限がdist-tag rm(削除)に必要な可能性が高い。トークン権限の見直しは別途検討することとし、今回はユーザー判断により
@stagingタグと0.36.0を凍結維持する方針に変更する。変更内容
remove-staging-tag.ymlを削除(不要になったワンオフワークフロー)実務上の影響
なし。新フロー(PR #14)は
@stagingタグを一切参照・更新しないため、凍結された古いタグが残っていても
@candidate/@latestの運用には干渉しない。詳細: Magi-System側
docs/npm-release-runbook.md🤖 Generated with Claude Code