Start new release or continue existing release development
/plugin marketplace add dubuqingfeng/dotfiles/plugin install dubuqingfeng-git-coding-agent-dist-claude-plugins-git@dubuqingfeng/dotfilesclaude-haiku-4-5-20251001## Context - Current branch: !`git branch --show-current` - Existing release branches: !`git branch --list 'release/*' | sed 's/^..//'` - Latest tag: !`git tag --list --sort=-creatordate | head -1` - Conventional commit scan: !`git log $(git describe --tags --abbrev=0 2>/dev/null || echo)..develop --oneline --grep="feat\|fix\|BREAKING" 2>/dev/null || git log develop --oneline --grep="feat\|fix\|BREAKING"` - Current version: Inspect project configuration files ## Requirements - Release branches must use the `release/` prefix and reflect the target semantic version. - Determine the semanti...