fix(release): republish alpha.12 as alpha.13 - #2007
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the release tooling and migration documentation to re-publish the partially-failed 4.0.0-alpha.12 release as 4.0.0-alpha.13, and to reduce the chance of npm provenance transparency log conflicts by publishing packages serially with throttling.
Changes:
- Update the Lerna publish invocation to use
--concurrency 1plus throttling flags. - Add
4.0.0-alpha.13to the migration guide and mark4.0.0-alpha.12as broken.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
scripts/performRelease/performLernaRelease.ts |
Builds a serialized/throttled lerna publish command to improve release reliability. |
MIGRATION.md |
Documents alpha.13 as a re-publish and flags alpha.12 as broken to steer consumers away from the mismatched version. |
馃挕 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
馃帀 This PR is included in version |
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.
馃挜 Breaking Changes
馃殌 Enhancements
馃摑 Documentation
4.0.0-alpha.12as broken in the migration guide and document4.0.0-alpha.13as the re-publish.馃悰 Bug Fix
4.0.0-alpha.12release as4.0.0-alpha.13so all packages are available at the same version.馃彔 Internal
--concurrency 1,--throttle,--throttle-size 1, and--throttle-delay 5to the Lerna publish command.node --require tsx/cjs.