Run Release banner
Apupsis Apupsis

Run Release

Productivity community

Description

--- description: Orchestrate a tagged release using the release workflow. argument-hint: <version> [target] --- ## Pre-flight - Complete the Release Checklist issue. - Ensure `/review` and `/security-scan` are green on the target branch. ## Trigger Workflow ``` /run-release vX.Y.Z [target] ``` - `vX.Y.Z`: Required semantic version tag (include the `v`). - `target`: Optional branch/commit (defaults to `main`). ### Command ```bash gh workflow run release-orchestrator.yml \ --ref ${target:-ma

Installation

Installs to ~/.claude/commands/apupsis-claude-code-skill-factory-run-release.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Apupsis/claude-code-skill-factory/HEAD/.claude/commands/run-release.md -o ~/.claude/commands/apupsis-claude-code-skill-factory-run-release.md

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

Full documentation available on GitHub

View Source Repository