docs(release): v1 출시 게이트를 보강한다#113
Merged
Merged
Conversation
Owner
Author
|
독립 fresh-session 리뷰 결과
Note: GitHub 정책상 self-authored PR에는 공식 request-changes review를 제출할 수 없어 동일한 verdict를 PR comment로 남깁니다. |
2cba25c to
225f8a2
Compare
Owner
Author
|
독립 fresh-session 리뷰 결과
Note: GitHub 정책상 self-authored PR에는 공식 approve review를 제출할 수 없어 동일한 verdict를 PR comment로 남깁니다. |
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.
배경
v1.0.0 정식 출시 전 bump 자체를 제외하고, release/publish 운영 안정성, v1 consumer 계약, 지원 플랫폼 문서, local preflight 재현성을 잠그기 위한 보강입니다.
변경 사항
npm pack예시에 임시npm_config_cache사용을 고정했습니다.v1.0.0immutable tag publish 이후에만 moving major tagv1을 이동하고, 이동 전후 root action과 marketplace wrapper smoke를 확인하도록 운영 정책을 문서화했습니다.검증
node ./scripts/validate-rust-release-wiring.mjsnode ./scripts/update-release-docs.mjs --checkgit diff --checknode --test test/release-docs.test.js test/github-action-wiring.test.js test/installed-native-runtime.test.js test/wrapper-runtime.test.js test/packed-wrapper-fallback.test.js test/release-workflow-context.test.js test/release-plan.test.js test/release-candidate-metadata.test.js test/release-helpers.test.js test/npm-error-classifiers.test.js test/bump-release-version.test.js test/platform-package-manifests.test.jsnpm test와cargo test --workspace병렬 실행npm test단독 실행npm_config_cache=/private/tmp/maximus-release-pack-v1-hardening/.npm-cache npm pack --json --pack-destination /private/tmp/maximus-release-pack-v1-hardeningnode ./scripts/run-packed-wrapper-smoke.mjs /private/tmp/maximus-release-pack-v1-hardening/pack.json ./test/fixtures/clean-project1.0.0미점유 확인release-candidate.yml,dev.yml,release.yml최신 run 성공.release.yml내 action smoke에서 root action과 marketplace wrapper step 성공 확인.브랜치 / 워크트리
masterfeature/v1-release-hardening/Users/pjw/workspace/maximus남은 운영 게이트
v1tag 이동, release workflow dispatch, npm publish를 수행하지 않습니다.origin/master또는 정확한 tag ref에서 gate를 다시 실행해야 합니다.