Loading...
Loading...
This skill should be used when the user asks to "finish a release", "merge release branch", "complete release", "git flow release finish", or wants to finalize a release and merge it into main and develop with a tag.
npx skill4agent add fradser/dotclaude finish-releaserelease/*${CLAUDE_PLUGIN_ROOT}/references/invariants.md$ARGUMENTSgit branch --show-currentrelease/git tag --sort=-v:refname | head -1${CLAUDE_PLUGIN_ROOT}/references/changelog-generation.md${CLAUDE_PLUGIN_ROOT}/examples/changelog.mdchore: update changelog for v$VERSIONCo-Authored-Bygit flow release finish $VERSION --tagname "v$VERSION" -m "Release v$VERSION"git branch --show-currentgit push origin main develop --tagsgh release create "v$VERSION" --title "v$VERSION" --notes "<changelog>" --verify-tag