Cut Release banner
JackScammell JackScammell

Cut Release

Documentation community

Description

--- description: Automate version bumping, changelog generation, tagging, and release notes effort: medium argument-hint: "[--version <semver>] [--dry-run] [--no-tag]" --- # Cut Release Orchestrate the full release ceremony: determine next version, generate changelog entries, bump version across all relevant files, create git tag, and draft release notes. ## Usage ``` /cut-release [--version <semver>] [--dry-run] [--no-tag] ``` **Examples**: ``` /cut-release # Auto-d

Installation

Installs to ~/.claude/skills/jackscammell-parliament-of-chaos-cut-release/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jackscammell-parliament-of-chaos-cut-release && curl -fsSL https://raw.githubusercontent.com/JackScammell/Parliament-Of-Chaos/HEAD/commands/cut-release.md -o ~/.claude/skills/jackscammell-parliament-of-chaos-cut-release/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository