Add agent skills for release process#7168
Merged
Merged
Conversation
Co-authored-by: Copilot <copilot@github.com>
mthalman
reviewed
Apr 29, 2026
Move Get-LatestReleaseBranch.ps1 into the shared skills directory and update release skills to call the shared helper. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
Author
|
New Get-ReleaseBranches script output: # Release branches
Release branches follow the Windows release naming scheme.
Example: 2026-04B refers to the second week (B) of April 2026.
## Repo configuration
This repo is configured with the following remotes:
Source | Remote Name | Remote URL
--- | --- | ---
Public | upstream | https://github.com/dotnet/dotnet-docker
Internal | dnceng | https://dnceng@dev.azure.com/dnceng/internal/_git/dotnet-dotnet-docker
## 5 most recent public release branches
- upstream/release/2026-04B
- upstream/release/2026-03B
- upstream/release/2026-02B
- upstream/release/2026-01C
- upstream/release/2026-01B
## 5 most recent internal release branches
- dnceng/internal/release/2026-04C
- dnceng/internal/release/2026-04B
- dnceng/internal/release/2026-03B
- dnceng/internal/release/2026-02B
- dnceng/internal/release/2026-01C |
mthalman
approved these changes
Apr 29, 2026
Member
Author
|
PR Failures unrelated, merging. |
lbussell
added a commit
that referenced
this pull request
May 11, 2026
Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Copilot <223556219+Copilot@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.
This PR adds three skills which help in different parts of the release process. All three are intended to be used manually, not automatically invoked. Essentially custom prompts.
I have been testing/developing some form of these skills for the past ~3 .NET releases with good results. I offloaded a fair amount of work to scripts, intentionally. Copilot's main value-add here is intelligently resolving merge conflicts.
These skills also have the secondary benefit of moving more of the release process documentation closer to where the work takes place.