Skip to content

Commit a9219b3

Browse files
lbussellCopilot
andauthored
Fix markdown lint errors in release skill (dotnet#7175)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 96332c3 commit a9219b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • .github/skills/create-public-release-pr

.github/skills/create-public-release-pr/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ disable-model-invocation: true
1414
- The most recently created branch corresponds to the current release.
1515
2. **Collect stage container names** - read `stage-containers.txt` from the internal release branch get the stage container names for each release.
1616
3. **Update Dockerfiles to new .NET versions** - for each .NET version to be released, run the update-dependencies tool from the root of the dotnet-docker repo:
17+
1718
```bash
1819
dotnet run --project ./eng/update-dependencies/update-dependencies.csproj -- from-staging-pipeline $StageContainerName --azdo-organization "https://dev.azure.com/dnceng" --azdo-project internal --source-branch "main"
1920
```
21+
2022
- Commit changes separately for each .NET version with this commit message format: `Update .NET X.0 to X.0.Y Runtime / X.0.ZZZ SDK`.
2123
For previews: `Update .NET X.0 to X.0 Preview N`.
2224
4. **Confirm with the user** — Let the user review the changes.

0 commit comments

Comments
 (0)