feat(release): add dry-run validation pipeline#38
Merged
Conversation
✅ Deploy Preview for limitless-angular-sanity-example canceled.
|
6501a3f to
32e2cc6
Compare
commit: |
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.
PR Checklist
Closes #28
What is the new behavior?
Adds
@limitless-angular/release-toolsas the canonical release orchestrator. The package plans releases, applies the prospective version/changelog in the runner workspace, validates the packed compatibility artifact, and only then runs publish side effects.The release workflow is now publish-only, and a dedicated
Release Dry Runworkflow validates the same prospective artifact without npm credentials or publish side effects.Does this PR introduce a breaking change?
Other information
Validation performed locally:
pnpm turbo run test --filter=@limitless-angular/release-tools --filter=@limitless-angular/angular-compatpnpm run compat:release-paritypnpm run release:plan --version patch --jsonpnpm turbo run testpnpm turbo run lint --filter=@limitless-angular/sanitygit diff --checkPost-Deploy Monitoring & Validation
No additional runtime monitoring required because this changes repository release automation, not application runtime behavior.
After merge, validate the next manual
Release Dry Runworkflow run succeeds before usingRelease and Publish. Healthy signal: dry-run completesrelease:dry-run,compat:pack,compat:artifact, andcompat:testwith the planned artifact version. Failure signal: any release dry-run workflow failure or artifact version mismatch; mitigation is to keep using the existing npm package version and block manual publish until the workflow failure is fixed.