Skip to content

fix(release): republish alpha.12 as alpha.13 - #2007

Merged
hshoff merged 3 commits into
masterfrom
hshoff/alpha.13-republish
Jun 11, 2026
Merged

fix(release): republish alpha.12 as alpha.13#2007
hshoff merged 3 commits into
masterfrom
hshoff/alpha.13-republish

Conversation

@hshoff

@hshoff hshoff commented Jun 11, 2026

Copy link
Copy Markdown
Member

馃挜 Breaking Changes

  • None

馃殌 Enhancements

  • None

馃摑 Documentation

  • Mark 4.0.0-alpha.12 as broken in the migration guide and document 4.0.0-alpha.13 as the re-publish.

馃悰 Bug Fix

  • Re-publish the partially failed 4.0.0-alpha.12 release as 4.0.0-alpha.13 so all packages are available at the same version.
  • Publish packages serially with a small throttle delay to reduce the chance of npm provenance transparency log conflicts during monorepo releases.

馃彔 Internal

  • Add --concurrency 1, --throttle, --throttle-size 1, and --throttle-delay 5 to the Lerna publish command.
  • Verified the release script loads with node --require tsx/cjs.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 1 plus throttling flags.
  • Add 4.0.0-alpha.13 to the migration guide and mark 4.0.0-alpha.12 as 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.

Comment thread scripts/performRelease/performLernaRelease.ts
Comment thread MIGRATION.md Outdated
hshoff and others added 2 commits June 10, 2026 22:53
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@hshoff
hshoff merged commit db35ab8 into master Jun 11, 2026
1 check passed
@github-actions

Copy link
Copy Markdown

馃帀 This PR is included in version v4.0.0 of the packages modified 馃帀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants