ci: release-please versioning 속성명 수정 (master)#121
Merged
Palbahngmiyine merged 1 commit intosolapi:masterfrom Apr 8, 2026
Merged
ci: release-please versioning 속성명 수정 (master)#121Palbahngmiyine merged 1 commit intosolapi:masterfrom
Palbahngmiyine merged 1 commit intosolapi:masterfrom
Conversation
release-please config schema의 올바른 속성명은 "versioning"이다. "versioning-strategy"는 존재하지 않는 속성으로 무시되어 prerelease 버전(6.0.0-beta.0)이 생성되지 않았다. Co-Authored-By: Claude Opus 4.6 (1M context) <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.
기능 변경사항
release-please-config-beta.json의versioning-strategy를versioning으로 수정했습니다.프로젝트 내부 변경사항
release-please config schema에
versioning-strategy속성은 존재하지 않습니다.올바른 속성명은
versioning이며, beta release workflow가 master에서 정의를 읽으므로 양쪽 모두 수정이 필요합니다.Schema 참조
Test plan
🤖 Generated with Claude Code