fix: 중복된 베타 버전 suffix 제거 로직 개선 #220
Merged
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.
개요
베타 버전 제거 시 중복된 베타 suffix를 모두 제거하도록 개선
문제 상황
plotly-renderer가 잘못된 작업으로 인해 베타가 4번 붙은 상태:
2.0.1-beta.111-beta.222-beta.333-beta.444해결책
release.yml의 sed 명령어 수정:
sed 's/-beta.*//'sed 's/-beta.*$//'첫 번째
-beta부터 문자열 끝까지 모두 제거하여 깨끗한 버전 번호만 남김결과
2.0.1-beta.111-beta.222-beta.333-beta.444→2.0.1