| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
✅ Deploy Preview for limitless-angular-sanity-example canceled.
|
Sorry, something went wrong.
npm i https://pkg.pr.new/@limitless-angular/sanity@38 commit: 5148566 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Checklist
Closes #28
What is the new behavior?
Adds @limitless-angular/release-tools as 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 Run workflow validates the same prospective artifact without npm credentials or publish side effects.
Does this PR introduce a breaking change?
Other information
Validation performed locally:
Post-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 Run workflow run succeeds before using Release and Publish. Healthy signal: dry-run completes release:dry-run, compat:pack, compat:artifact, and compat:test with 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.