test: enforce v0.6.0 release gates - #3
Merged
Merged
Conversation
Signed-off-by: Te-Shu Wang <dexuwang627@gmail.com>
Signed-off-by: Te-Shu Wang <dexuwang627@gmail.com>
Signed-off-by: Te-Shu Wang <dexuwang627@gmail.com>
6 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.
Summary
This change makes the v0.6.0 release criteria reproducible before publication.
gitHeadconsistency, all three CLI aliases, the Git tag, and the GitHub Release;Why
The earlier candidate was packaging-correct, but the gates named in
ROADMAP.mdwere not all backed by public fixtures and an end-to-end sample. This patch closes that evidence gap without publishing, tagging, or creating a release.Validation
The branch was tested from clean
git archiveexports on both CI matrix versions:npm ciaction/test-contract.shnpm pack --dry-runnpm audit --audit-level=highAdditional candidate evidence:
f5ea2dbb4d15732fc095b7d8e8805b9381fb007f81243ee36e2caad4fa1d58c1;aeoptimize --version,aeo --version, andaeo-cli --versioneach returned0.6.0;git diff --checkpassed;npm publish --dry-run --jsonaccepted the preserved tarball asaeoptimize@0.6.0, targeting the public registry withlatest, without publishing;main, zero behind; 15 files changed, 919 additions, 7 deletions.Compatibility notes:
Release boundary
This pull request does not publish v0.6.0. npm
latestremains0.5.3, and the pre-release public verifier is expected to fail closed until publication, tag, and GitHub Release are completed and verified.Review checklist
gitHeadwhen that optional field is exposed.