Skip to content

Commit f0aa7d6

Browse files
bschnurrCopilot
andcommitted
Add release verification step to release agent
Update release.agent.md to verify the new version appears on the GitHub releases page after publishing. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9753e65 commit f0aa7d6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/agents/release.agent.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@ When the pipeline completes signing, it will pause for manual validation before
131131
Once the pipeline has published successfully, verify the release:
132132
133133
1. **Check GitHub Releases** — confirm the new version appears on the releases page:
134-
`
134+
```
135135
gh release list --repo microsoft/vscode-python-debugger --limit 5
136-
`
136+
```
137137
Or visit: https://github.com/microsoft/vscode-python-debugger/releases
138138
139139
2. **Verify the release tag** matches the expected version (e.g. `v2026.4.0` — *example*):
140-
`
140+
```
141141
gh release view v<VERSION> --repo microsoft/vscode-python-debugger
142-
`
142+
```
143143
144144
> ✋ **Confirm**: Does the new version appear on the [releases page](https://github.com/microsoft/vscode-python-debugger/releases)?
145145

0 commit comments

Comments
 (0)