release
Installation
SKILL.md
Cut a Release
Trigger the Cut Release workflow to bump the version, tag, and publish a GitHub Release.
1. Pre-flight checks
- Confirm you are on
releaseand up to date:git checkout release && git pull origin release - Check that CI is green on release:
If the latest CI run is not successful, warn the user and ask whether to proceed.gh run list --branch release --limit 3 --json status,conclusion,name