Skip to content

Commit 9753e65

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 b766c93 commit 9753e65

1 file changed

Lines changed: 20 additions & 7 deletions

File tree

.github/agents/release.agent.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,23 @@ When the pipeline completes signing, it will pause for manual validation before
126126
127127
---
128128
129-
## Done
130-
131-
Once the pipeline has published successfully:
132-
- A GitHub release will be created at the release tag (e.g. `v2026.4.0` — *example*)
133-
- The extension will be live on the marketplace as a stable release
134-
135-
Congratulations on the release! 🎉
129+
## Done
130+
131+
Once the pipeline has published successfully, verify the release:
132+
133+
1. **Check GitHub Releases** — confirm the new version appears on the releases page:
134+
`
135+
gh release list --repo microsoft/vscode-python-debugger --limit 5
136+
`
137+
Or visit: https://github.com/microsoft/vscode-python-debugger/releases
138+
139+
2. **Verify the release tag** matches the expected version (e.g. `v2026.4.0` — *example*):
140+
`
141+
gh release view v<VERSION> --repo microsoft/vscode-python-debugger
142+
`
143+
144+
> ✋ **Confirm**: Does the new version appear on the [releases page](https://github.com/microsoft/vscode-python-debugger/releases)?
145+
146+
- The extension should now be live on the VS Code Marketplace as a stable release.
147+
148+
Congratulations on the release! 🎉

0 commit comments

Comments
 (0)