You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restructure release skill into ordered phases with verification gates (#5500)
- Group the 12 steps into 5 phases (Prep, GitHub PRs, ADO mirror, Signed
pipelines, Publish) so the dependency chain is explicit
- Verify the release commit landed (`git log -1 --format=%s`) before pushing
to ADO, and wait for ADO PR `status=completed` before queuing pipelines --
phase 4 builds against `refs/heads/main` and would silently produce the
wrong version if either gate were skipped
- Split phase 4 into separate steps for PSES and vscode-powershell so the
agent can notify me when each pipeline hits its manual approval stage
- Drop the old "publishing the tag triggers marketplace" line: the
vscode-powershell pipeline pushes to marketplace directly after approval,
only the GitHub drafts need a manual publish
- Use `gh release edit <tag> --repo <owner>/<repo> --generate-notes` to
populate draft release bodies
- Reference `release infrastructure` and `release maintainers` memory
entries so private contacts stay out of the repo
- Drop redundant rationale where the command itself already encodes the fix
Drafted by Copilot (Claude Opus 4.7).
0 commit comments