You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the current latest release 0.XX-stable to legacy
To prevent older branches from being published as latest we need to change the tag they publish as. To do that:
Check out the current branch for latest (the one before preview) (i.e. git checkout 0.XX-stable)
Make sure your branch is up-to-date with the microsoft/react-native-windows repo
Create a new branch for the PR (i.e. git checkout -b promoteXX)
Run yarn promote-release --release legacy --rnVersion 0.XX
Create a PR with the generated commits to the latest branch (i.e. git push -u origin promoteXX)
After the PR is merged, wait for (or kick off, if you haven't set the automatic trigger) a new Publish run for the 0.XX-stable branch
After the Publish completes, wait for (or kick off, if you haven't set the automatic trigger) a new NuGet Release run for the 0.XX-stable branch (be sure, when running this manually, to select the correct Publish pipeline run under Resources > Publish [Publish])
Changelog
Should this change be included in the release notes: no
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
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.
Description
Ahead of the 0.84 release, we are updating the current latest stable version to the legacy.
Type of Change
Why
Move the current latest release 0.82-stable to legacy
What
Refer https://github.com/microsoft/react-native-windows/wiki/How-to-promote-a-release#promoting-a-preview-to-latest
To prevent older branches from being published as latest we need to change the tag they publish as. To do that:
Changelog
Should this change be included in the release notes: no
Microsoft Reviewers: Open in CodeFlow