chore(ci): prepare v2 legacy dist-tag - #1356
Draft
rmi22186 wants to merge 1 commit into
Draft
Conversation
|
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
latestmapping introduced by fix(ci): keep v2 releases on latest #1355 tolegacy-v2-latest.latest.Merge timing and rollout
This draft is intentionally not for immediate merge. It is stacked on #1355 and should be merged only at the V3 cutover, after #1355 and the current final V2 release have landed. After #1355 merges, retarget this PR to
masterbefore merging it at cutover.Before moving
latestto V3, manually assign thelegacy-v2-latestnpm dist-tag to the last already-published V2 version. This workflow change only affects future publishes and does not retroactively tag existing package versions.After cutover, future V2 releases will publish under
legacy-v2-latest, while consumers using compatible V2 semver ranges will continue resolving V2 releases normally.The identical workflow change must eventually reach
mainfor master/main workflow parity before real release workflows run.Validation
bash -n.git diff --checkpassed.latest.nullforlegacy-v2-latest, confirming it is not a SemVer range and is acceptable as an npm dist-tag.Safety