release
Installation
SKILL.md
Release Skill
Create versioned releases with CalVer versioning and GitHub binary distribution.
Quick Release
GITHUB_TOKEN=$(gh auth token) bun run release --ci
The --ci flag runs non-interactively (no prompts). This command:
- Runs typecheck and lint checks
- Builds the project
- Bumps version (CalVer:
YYYY.MM.PATCH) - Creates git tag and commit
- Creates draft GitHub release (triggers binary builds)
Important: The release is created as a draft. GitHub Actions will build binaries for all platforms and then publish the release. Wait ~2-3 minutes for binaries to be available.