Update release processes to support release servicing branches#1620
Merged
jeffhandley merged 5 commits intoJun 3, 2026
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Added `push: branches: [release/**]` so every commit on a release branch produces a CI-suffixed package and publishes it to GitHub. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Adds the Branching section describing the main / release/{MAJOR}.x / release-{version} branch roles for the 2.0.0-preview.* line. This section is added after the version bump and the supporting release.yml push trigger / shared-resources release-branches.md / prepare-release Step 1 commits so every reference resolves in this commit.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
eiriktsarpalis
approved these changes
Jun 3, 2026
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.
release/**branches for producing servicing releases on top of prior major versions, such asrelease/1.xmainto produce the next major version as preview releases, such as2.0.0-preview.1These changes include:
release/**branch. There is no daily CI build/release forrelease/**branches.This PR DOES NOT update the version produced from main to the 2.0.0-preview.1 version. That will be a separate PR after this one is merged, so that the release process changes included in this PR can be part of what is snapped into the
release/1.xbranch.