Update servicing branch naming convention for .NET 10+#121328
Merged
jeffhandley merged 3 commits intomainfrom Nov 5, 2025
Merged
Update servicing branch naming convention for .NET 10+#121328jeffhandley merged 3 commits intomainfrom
jeffhandley merged 3 commits intomainfrom
Conversation
Co-authored-by: jeffhandley <1031940+jeffhandley@users.noreply.github.com>
Co-authored-by: jeffhandley <1031940+jeffhandley@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update backport template for servicing branches
Update servicing branch naming convention for .NET 10+
Nov 3, 2025
jkotas
approved these changes
Nov 4, 2025
This was referenced Nov 4, 2025
Open
Contributor
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
steveisok
approved these changes
Nov 4, 2025
jeffhandley
approved these changes
Nov 5, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates documentation and pipeline configurations to reflect the new branch naming convention for .NET 10+, which drops the -staging suffix from servicing branch names.
- Documents that .NET 10+ servicing branches use
release/X.0format instead ofrelease/X.0-staging - Updates stress test pipeline schedules to include the new branch pattern
- Updates backport workflow instructions to clarify the different formats
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/libraries/stress/ssl.yml | Adds release/*.0 pattern to scheduled branches for .NET 10+ |
| eng/pipelines/libraries/stress/http.yml | Adds release/*.0 pattern to scheduled branches for .NET 10+ |
| docs/project/library-servicing.md | Documents the branch naming convention change and provides examples for both formats |
| .github/workflows/backport.yml | Updates backport instructions to clarify target branch formats by version |
Member
|
/ba-g Known issues, android timeouts, and infrastructure issues. No code changed in this PR. |
max-charlamb
added a commit
that referenced
this pull request
Nov 6, 2025
* Fixes md-lint issue from copilot in #121328 * Updates copilot instructions to not have trailing whitespace in md files
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Starting with .NET 10, servicing branches no longer use the
-stagingsuffix. Branches are now simplyrelease/10.0,release/11.0, etc., whereas .NET 8 and 9 userelease/8.0-stagingandrelease/9.0-staging.Changes
Commit 1: Backport process documentation and config
.github/workflows/backport.yml- Updated PR template to document both naming conventionsdocs/project/library-servicing.md- Clarified branch naming varies by version with examples for both patternsCommit 2: AzDO pipeline configuration
eng/pipelines/libraries/stress/http.yml- Addedrelease/*.0pattern alongsiderelease/*-stagingeng/pipelines/libraries/stress/ssl.yml- Addedrelease/*.0pattern alongsiderelease/*-stagingAll changes maintain backward compatibility with .NET 8 and 9 while supporting the new .NET 10+ convention.
Example backport commands:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.