ci: beta release-please versioning-strategy prerelease 설정 추가#117
Merged
Palbahngmiyine merged 1 commit intosolapi:masterfrom Apr 8, 2026
Merged
Conversation
prerelease, prerelease-type만으로는 버전에 beta suffix가 붙지 않음. versioning-strategy를 prerelease로 명시해야 6.0.0-beta.0 형식이 생성됨. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request updates the release-please-config-beta.json file to explicitly include the versioning-strategy set to prerelease. This ensures that the release-please tool correctly handles version increments for the beta branch. I have no feedback to provide as there were no review comments to evaluate.
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.
기능 변경사항
versioning-strategy: prerelease를 추가했습니다.6.0.0으로만 생성되고,6.0.0-beta.0형식이 되지 않습니다.프로젝트 내부 변경사항
6.0.0으로 생성되어 닫고, 설정 수정 후 재생성 예정입니다.Test plan
6.0.0-beta.0형식으로 릴리스 PR 생성 확인🤖 Generated with Claude Code