Agent skill

start-release

Start new release branch

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/start-release

SKILL.md

Phase 1: Start Release

Goal: Create release branch using git-flow-next CLI.

Actions:

  1. Run git flow release start $ARGUMENTS
  2. Update version in project files (package.json, Cargo.toml, VERSION, etc.)
  3. Commit version bump: chore: bump version to $ARGUMENTS with Co-Authored-By footer
  4. Push the branch: git push -u origin release/$ARGUMENTS

Note: CHANGELOG.md is updated during finish-release, not here.

Didn't find tool you were looking for?

Be as detailed as possible for better results