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:

  1. Runs typecheck and lint checks
  2. Builds the project
  3. Bumps version (CalVer: YYYY.MM.PATCH)
  4. Creates git tag and commit
  5. 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.

Installs
1
GitHub Stars
1
First Seen
Mar 10, 2026
release — guillempuche/app-asset-generator