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

  1. Confirm the target version and whether the user wants a dry run or an actual publish.
  2. If a release summary already exists, pass it with --summary-file. If the user wants AI-generated summary copy, add --ai and optionally --ai-provider <name>.
  3. 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
Installs
1
Repository
phodal/routa
GitHub Stars
1.8K
First Seen
Jun 16, 2026
release — phodal/routa