Task #24: v0.2.0 GitHub Release/tag 준비#25
Merged
Merged
Conversation
3 tasks
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.
요약
v0.2.0GitHub Release/tag 준비docs/releases/v0.2.0.md를 신설하고 release notes 초안, 정합성 대조 결과, tag/release 미생성 검증, 승인 게이트를 정리git tag,gh release create, npm publish는 실행하지 않고 남은 승인 항목으로 분리한 경계가 충분한지변경 내역
v0.2.0release 준비 체크리스트와 release notes 초안 작성영향 영역
docs/releases/v0.2.0.md신설작업 문서
핵심 리뷰 포인트
templates/manifest.json의 checksum을 이번 task에서 확정하지 않고pending-release로 유지한 판단v0.2.0tag/Release 생성 명령을 문서에는 후보로 남기되 실제 실행하지 않은 승인 경계검증
자동 검증
ruby -rjson -e 'JSON.parse(File.read("templates/manifest.json"))'git tag --list --sort=version:refnamegit diff --checkgit status --short --branchlocal/task24ahead 상태 확인수동/시나리오 검증
docs/releases/v0.2.0.md와 Stage 3 보고서에서git tag,gh release create, npm publish 미실행과 승인 후 실행 조건 확인CI/원격 검증
gh release list --repo postmelee/hyper-waterfall --limit 20빈 출력. GitHub Release 없음검증 한계
git tag v0.2.0,git push origin v0.2.0,gh release create v0.2.0, npm publish는 승인 게이트로 남겨 실행하지 않았다.pending-release로 유지했으며, 확정 방식은 release/tag 생성 승인 시점에 결정해야 한다.관련 이슈
후속 이슈 제안
v0.2.0checksum 확정 여부 결정v0.2.0Git tag 생성과 GitHub Release publish남은 리스크
v0.2.0tag와 GitHub Release는 아직 존재하지 않는다.