release
Installation
SKILL.md
Release Skill
Automates the full release pipeline for gh-copilot-scratch: commit → push → tag → CI → release.
When to use
Any time the user wants to ship changes. This includes partial flows (e.g., "just push and wait for CI") — adapt by running only the relevant steps.
Scripts
Three shell scripts in scripts/ handle the mechanical parts:
| Script | Purpose |
|---|---|
scripts/release.sh |
Full orchestrated release (push → tag → CI → release) |
scripts/find-workflow-run.sh |
Finds the GH Actions run triggered by a specific tag/commit |
scripts/wait-for-workflow.sh |
Polls a workflow run until completion (success/failure/timeout) |