Add Stabilize-Release.ps1 script for release process#13146
Merged
rainersigwald merged 3 commits intodotnet:mainfrom Jan 30, 2026
Merged
Add Stabilize-Release.ps1 script for release process#13146rainersigwald merged 3 commits intodotnet:mainfrom
rainersigwald merged 3 commits intodotnet:mainfrom
Conversation
Co-authored-by: GitHub Copilot <175728472+github-copilot[bot]@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds automation for the MSBuild release stabilization process by introducing a PowerShell script that modifies versioning properties in eng/Versions.props. The script replaces a manual process previously documented in the release checklist.
Changes:
- Adds
scripts/Stabilize-Release.ps1to automate addingDotNetFinalVersionKindand changingPreReleaseVersionLabelduring release stabilization - Updates
documentation/release.mdto reference the new automation script - Updates
documentation/release-checklist.mdto instruct maintainers to use the script instead of manual editing
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| scripts/Stabilize-Release.ps1 | New PowerShell script that automates the release stabilization process by modifying eng/Versions.props |
| documentation/release.md | Adds documentation about the new Stabilize-Release.ps1 script |
| documentation/release-checklist.md | Updates final branding checklist step to use the new automation script |
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
YuliiaKovalova
approved these changes
Jan 30, 2026
Copilot AI
pushed a commit
that referenced
this pull request
Feb 3, 2026
Add a script to automate creating commits like 6e61e96. --------- Co-authored-by: GitHub Copilot <175728472+github-copilot[bot]@users.noreply.github.com>
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.
Add a script to automate creating commits like 6e61e96.