release
Installation
SKILL.md
Prepare Routa releases with the existing repo scripts. Keep the workflow deterministic until human confirmation is needed for commit, tag, or push.
When to use
- The user asks to release Routa, publish a version, prepare release notes, or generate a release blog post.
- The task needs synchronized version bumps plus
docs/releases/artifacts.
Workflow
- Confirm the target version and whether the user wants a dry run or an actual publish.
- If a release summary already exists, pass it with
--summary-file. If the user wants AI-generated summary copy, add--aiand optionally--ai-provider <name>. - Run the helper:
node scripts/release/prepare-release-artifacts.mjs <version>
node scripts/release/prepare-release-artifacts.mjs <version> --from <previous-tag> --ai --ai-provider claude