All commands

Command

/shipmates-release

changelog → CI-green tag → (opt-in) publish

Changelog, version bump, green CI, then tag — publish if you say so.

See it run

Illustrative terminal recording of the stages /shipmates-release runs, in order.
Illustrative — the stages /shipmates-release runs, in order.

How to run it

Run it in your harness

/shipmates-release [version — e.g. v1.4.0, or "patch"/"minor"/"major" to derive it]

<angle brackets> = required · [square brackets] = optional

How it works

The writer assembles notes from what actually merged. SRE checks rollback and migration safety before anything is tagged. Publish is opt-in.

  1. Since last tag

    Collect every merged PR and commit since the last release.

    No specialist — the run reads git history.

  2. Notes + bump

    Write the changelog from that history and move the version files together.

  3. Gate

    CI must be green on the exact commit you will tag. SRE checks rollback and migration safety.

  4. Ship

    Tag it. Publish a GitHub release only when you opt in.

    No extra spawn — tag and optional publish.

When to use

  • Merged work is ready as a named version with notes.
  • A single feature PR that should bump version? That lives in /ship-issue.

The skill

The installer ships the full skill — stages, gates, config — from commands/shipmates-release.md.

Read the skill on GitHub