ci(0.79): demote release from latest #2801
Merged
Merged
Conversation
acoates-ms
approved these changes
Jan 14, 2026
latest to 0.79-stable0.79 package from latest
0.79 package from latest latest
This was referenced Jan 14, 2026
3e2a3cc to
a6fd55a
Compare
Saadnajmi
added a commit
that referenced
this pull request
Jan 16, 2026
## Summary: One part of our publish process we have not yet automated is setting the `v0.xx-stable` and `next` tags when a new release is promoted or demoted. Let's automate this by specifying additional tags in our CI that should be set when we publish a release. Now, a new `latest` or patch to `latest` will also always set is `0.xx-stable` tag. Note: Previously, if `0.xx` was tagged as `latest`, we would not have had a `v0.xx-stable` tag. Now we will always have both `latest` and the `0.xx-stable` tag. ## Test Plan: I duplicated this change to #2800 and #2801 . We can look at the dry run output for both to make sure release is behaving as expected.
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.
Note: Needs #2800 to merge first
Summary:
Demote the 0.79 release in the NX config from
latestto a new stable tag, now that 0.81 is (almost) out