Skip to content

Conversation

@Seungwoo321
Copy link
Member

개요

베타 버전 제거 시 중복된 베타 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.4442.0.1

- sed 정규식을 's/-beta.*$//'로 수정하여 첫 번째 -beta부터 끝까지 모두 제거
- plotly-renderer의 4중 베타 버전 문제 해결
@Seungwoo321 Seungwoo321 merged commit 28483d5 into develop Jun 19, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants