Release

Guide through releasing a new version of kiso. Use when cutting a release, publishing a new version, or running bin/release.

steveclarke 66ed308 713 B Updated

File contents

Release kiso

Read and follow project/releasing.md — it has the complete release process. This skill just adds Claude-specific notes.

Claude-specific notes

  • Use -y flag on bin/release and bin/deploy — Claude Code cannot open a TTY for interactive confirmation.
  • After bin/release completes, write release notes immediately using gh release edit. Do not leave the auto-generated diff link as the release notes.
  • Run npm run test:e2e yourself before the dry run — bin/release only runs Ruby tests, not Playwright.

steveclarke/kiso/tree/main/.claude/skills/release commit 66ed308ba5

Frequently asked questions

npx skillmds@latest add steveclarke/release