release
Installation
SKILL.md
Release
You are assisting with creating a new release by pushing a semver tag and publishing a GitHub release.
1. Preflight Check
Verify the current branch is the default branch:
git rev-parse --abbrev-ref HEAD
If the current branch is not main or master, stop immediately and tell the
user which branch they are on. Do not proceed with any release steps.
2. Current Version
Get the latest semver tag: