Release Workflow banner
manastalukdar manastalukdar

Release Workflow

Documentation community

Description

--- description: Orchestrate a full release — validate, generate changelog, bump version, and commit argument-hint: "[patch|minor|major]" --- # Release Workflow Command Coordinate a complete release from validation to commit. Always asks for confirmation before destructive steps. ## Workflow ### Step 1: Determine Version Type If `$ARGUMENTS` is provided and is one of `patch`, `minor`, or `major`, use it directly. Otherwise, use the AskUserQuestion tool: ``` "What type of release is this?

Installation

Installs to ~/.claude/commands/manastalukdar-ai-devstudio-release-workflow.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/manastalukdar/ai-devstudio/HEAD/.claude/commands/release-workflow.md -o ~/.claude/commands/manastalukdar-ai-devstudio-release-workflow.md

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

Full documentation available on GitHub

View Source Repository