Update SDK inter-branch merge flow: drop 10.0.2xx and introduce 10.0.4xx#53904
Merged
marcpopMSFT merged 1 commit intomainfrom Apr 17, 2026
Merged
Update SDK inter-branch merge flow: drop 10.0.2xx and introduce 10.0.4xx#53904marcpopMSFT merged 1 commit intomainfrom
marcpopMSFT merged 1 commit intomainfrom
Conversation
Agent-Logs-Url: https://github.com/dotnet/sdk/sessions/6b2d3742-9f05-42be-a387-98fda33eeedc Co-authored-by: marcpopMSFT <12663534+marcpopMSFT@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
marcpopMSFT
April 15, 2026 23:23
View session
marcpopMSFT
approved these changes
Apr 17, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the SDK’s inter-branch merge automation routing to remove the out-of-support release/10.0.2xx hop and introduce a new release/10.0.4xx handoff before merges reach main.
Changes:
- Reroutes
release/10.0.1xxto merge intorelease/10.0.3xx(instead ofrelease/10.0.2xx). - Replaces the
release/10.0.2xx -> release/10.0.3xxmapping withrelease/10.0.3xx -> release/10.0.4xx. - Moves the
mainhandoff torelease/10.0.4xx -> main.
MiYanni
approved these changes
Apr 17, 2026
Member
|
/ba-g no build for json changes |
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.
github-merge-flow.jsoncstill routed 10.0 servicing merges throughrelease/10.0.2xx, which is now out of support. This update redefines the 10.0 path to flow1xx -> 3xx -> 4xx -> main.10.0 branch routing updates
release/10.0.1xxtarget fromrelease/10.0.2xxtorelease/10.0.3xx.release/10.0.2xxmapping withrelease/10.0.3xx -> release/10.0.4xx.release/10.0.4xx -> main(previouslyrelease/10.0.3xx -> main).Resulting merge chain
release/10.0.1xx -> release/10.0.3xx -> release/10.0.4xx -> main