Release
Tag the current main commit as vX.Y.Z and let the project's CI workflow build the artifact(s) and publish a GitHub Release. Supports multiple project stacks via dispatch — same shape as the global deploy skill.
Context
Git state (universal)
- Repo root: !
git rev-parse --show-toplevel 2>/dev/null || pwd - Working tree clean?: !
git status --porcelain - Current branch: !
git branch --show-current - Fetch remote: !
git fetch origin main 2>/dev/null || true - Unmerged
[Description truncada. Veja o README completo no GitHub.]