[docs] Add comprehensive release process documentation from net10.0 branch #30582
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
Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!
This PR moves the comprehensive release process documentation from the
net10.0
branch tomain
and enhances it with additional information about service releases using the arcade/mirror infrastructure.Changes Made
1. Created
docs/ReleaseProcess.md
(243 lines)azure-pipelines-internal.yml
andmaui-release-internal.yml
2. Added Service Release Information
darc add-default-channel
command format:dotnet/workload-versions
repository and automatic Visual Studio insertions3. Enhanced Documentation Discoverability
docs/README.md
: Added ReleaseProcess.md to the documentation index table with proper description for contributors and maintainerseng/README.md
: Added cross-reference to the comprehensive release process documentation while maintaining existing dependency management informationKey Features Addressed
✅ Moved release info from net10.0 branch: All content from
docs/ReleaseProcess.md
on the net10.0 branch has been successfully moved to main✅ Default channel creation: Added comprehensive guidance on creating default channels when branching releases, including required darc commands
✅ Workload set integration: Documented the new service release process using arcade/mirror infrastructure with automatic Visual Studio insertions via the
dotnet/workload-versions
repository✅ Cross-referenced documentation: Updated existing documentation to reference the new comprehensive release process guide
The documentation now provides complete guidance for both regular releases and service releases, ensuring maintainers have all the information needed to manage the .NET MAUI release process effectively.
Fixes #30581.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.