chore: prepare release 0.2.0#321
Merged
Merged
Conversation
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.
개요
detoks 릴리즈 준비를 위해 패키지 버전을
0.2.0으로 명시하고,main브랜치 push 이후 GitHub Release 및 npmpublish가 연동되도록 릴리즈 워크플로우를 정리했습니다.
변경 사항
package.json,package-lock.json버전을0.2.0으로 업데이트main브랜치 push 시 릴리즈 버전을 해석하는 자동 릴리즈 워크플로우 개선package.json버전의 태그가 없으면 해당 버전으로 릴리즈package.json과package-lock.json을 함께 갱신하도록 수정NODE_AUTH_TOKEN설정 추가변경 파일
.github/workflows/auto-release.yml.github/workflows/publish.ymlpackage.jsonpackage-lock.json검증
npm test통과npm run typecheck통과npm run build통과npm pack --dry-run통과git diff --check통과참고
이 PR은 현재
dev기준 코드에 릴리즈 준비 변경만 추가합니다.병합 후
main으로 반영되면v0.2.0GitHub Release 및 npm publish 연동을 진행할 수 있습니다.현재 브랜치 기준 변경량은 4 files changed, 83 insertions(+), 63 deletions(-) 입니다.