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
-yflag onbin/releaseandbin/deploy— Claude Code cannot open a TTY for interactive confirmation. - After
bin/releasecompletes, write release notes immediately usinggh release edit. Do not leave the auto-generated diff link as the release notes. - Run
npm run test:e2eyourself before the dry run —bin/releaseonly runs Ruby tests, not Playwright.