Skip to content

Add snapfeed-release skill#35

Open
eisber wants to merge 1 commit into
mainfrom
chore/add-release-skill
Open

Add snapfeed-release skill#35
eisber wants to merge 1 commit into
mainfrom
chore/add-release-skill

Conversation

@eisber
Copy link
Copy Markdown
Contributor

@eisber eisber commented May 4, 2026

Documents the canonical release flow so future trigger release requests can be auto-handled.

The skill captures:

  • Pipeline constants: msdata / A365 / definitionId 55290
  • Versioning convention (pre-1.0: minor bump on breaking)
  • Bump-and-commit procedure (uses scripts/bump-version.mjs, conventional commit message)
  • How to queue the ADO pipeline (az pipelines run --id 55290 --branch main, REST API fallback, web UI fallback)
  • Post-run verification (npm view on both packages)

No code changes — pure docs under .github/skills/snapfeed-release/SKILL.md.

Documents the canonical release flow: bump versions with
scripts/bump-version.mjs, commit `chore: bump version to X.Y.Z
for ESRP release` to main, then queue ADO pipeline 55290 in
msdata/A365 against main. Includes az CLI command, REST API
fallback, and verification step.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant