Release Dispatch

Single front door for releases. Parses a subcommand — gates, cut, or notes — and routes to the right release engine: release-pr-gates (verify CI green, then cut a tag/release or open a release PR) or release (semver bump + plain-English patch notes). Backs the /release command. Use when asked to release, cut a tag, open a release PR, wait for CI to go green, or generate patch notes, and the action must be picked from an argument like "gates", "cut", or "notes". Branch/worktree pruning is not a release step — that is git-cleanup, behind /cleanup.

shipshitdev cd4f85a 2 files · 6.2 KB Updated

File contents

shipshitdev/skills/tree/main/skills/release-dispatch commit cd4f85a490

Frequently asked questions

npx skillmds add shipshitdev/release-dispatch