Start new release branch
Creates a new release branch, updates project version files, and pushes it with a standardized commit message.
/plugin marketplace add fradser/dotclaude/plugin install gitflow@frad-dotclaude<version>haikustart-release/Goal: Create release branch using git-flow-next CLI.
Actions:
git flow release start $ARGUMENTSchore: bump version to $ARGUMENTS
with Co-Authored-By footergit push -u origin release/$ARGUMENTSNote: CHANGELOG.md is updated during finish-release, not here.