ci: release-please bootstrap-sha 설정으로 의도치 않은 릴리스 방지#113
Merged
Palbahngmiyine merged 1 commit intosolapi:masterfrom Apr 8, 2026
Merged
Conversation
PR solapi#111 머지 시 포함된 feat:/fix: 커밋이 의도치 않은 5.6.0 릴리스를 유발하므로, bootstrap-sha를 PR solapi#111 머지 커밋으로 설정하여 이후 커밋부터만 릴리스 대상으로 처리되도록 한다. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request adds a bootstrap-sha to the release-please-config.json file to define a starting point for release processing. The reviewer suggests applying this same configuration to the release-please-config-beta.json file to ensure consistency across release tracks and prevent unintended release PRs.
| "packages": { | ||
| ".": { | ||
| "release-type": "node", | ||
| "bootstrap-sha": "cffece64628d7d16360f7622fb3b2e1dfa667136", |
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.
기능 변경사항
bootstrap-sha를 추가했습니다.cffece6) 이후 커밋부터만 릴리스 대상으로 처리됩니다.프로젝트 내부 변경사항
feat:/fix:타입 커밋이 release-please에 의해 의도치 않은5.6.0릴리스 PR(chore(master): release solapi 5.6.0 #112)을 생성하는 문제를 해결합니다.Test plan
🤖 Generated with Claude Code