Restore unpublished package versions after errors-only release - #1829
Merged
Merged
Conversation
|
Review complete. No issues found — approved ✅. This PR rolls back the published version numbers and corresponding changelog entries for two reverted releases across every package in the monorepo. It is a metadata-only change: no source, test, or build code is modified. All 145 changed files are either
Reviewed commit: 859aedb |
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
An errors-only release unintentionally bumped 72 other workspace packages across two release commits. Only
@constructive-io/errors@0.16.0was published to npm.2928a39ae). This includes 67 publishable packages and 5 private packages.@constructive-io/errors@0.16.0and its existing published artifact and Git tag.0.15.0entry from the errors changelog while retaining the0.16.0release notes.The change is limited to release metadata. Runtime source, dependency declarations, lockfiles, and configuration are unchanged.
Validation
0.15.0changelog section: 145 files total.git diff --checkpassed; all restored package versions validated.0.16.0retains its originalgitHead.Tag cleanup
Removed the 72 accidental release tags from
originand the local repository after a verified Git bundle backup and fresh npm/ref checks. Remote deletion was atomic and guarded by the exact original tag object IDs. Verified that all other tags, including the published@constructive-io/errors@0.16.0tag and its target commit, remain unchanged. The restoration of package metadata takes effect onmainwhen this PR is merged.