Create Next Version Branch banner
growilabs growilabs

Create Next Version Branch

Git community

Description

--- name: create-next-version-branch description: Create development and release branches with GitHub Release for the next version. Usage: /create-next-version-branch dev/{major}.{minor}.x --- # Create Next Version Branch Automate the creation of development branches and GitHub Release for a new GROWI version. ## Input The argument `$ARGUMENTS` must be a branch name in the format `dev/{major}.{minor}.x` (e.g., `dev/7.5.x`). ## Procedure ### Step 1: Parse and Validate Input 1. Parse `$ARGU

Installation

Installs to ~/.claude/commands/growilabs-growi-create-next-version-branch.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/growilabs/growi/HEAD/.claude/commands/create-next-version-branch.md -o ~/.claude/commands/growilabs-growi-create-next-version-branch.md

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

Full documentation available on GitHub

View Source Repository