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.
변경 사항
Tagging 워크플로우에 Draft 배포 단계를 추가합니다.
목적
개발자가 최종 npm 발행을 하기 전에 깃허브에 Draft 상태로 배포하여 사전 검토할 수 있게 하기 위함입니다.
리뷰어에게
GitHub CLI를 통해서 아래와 같이 PR 병합 전에 워크플로우를 테스트해볼 수 있습니다.
--field 옵션을 통해서 명시한 버전으로 태그와 Draft 릴리즈가 생성됩니다.버전을 0.0.3을 명시하여 워크플로우를 테스트해 본 결과는 다음과 같습니다.
위 태그와 릴리즈는 PR 병합 후에 삭제할 예정입니다.npm에 이미 v0.0.3이 수동으로 배포가 되어 있어서 삭제하지 않고 그냥 두도록 하겠습니다.PR 작성자 체크 리스트
UI 변경 없음