diff --git a/git-flow-release b/git-flow-release index e9c542da..9c9b217b 100644 --- a/git-flow-release +++ b/git-flow-release @@ -420,6 +420,7 @@ git flow release finish git flow release publish git flow release track git flow release delete +git flow release rename Manage your release branches. @@ -1095,3 +1096,15 @@ r,[no]remote Delete remote branch echo "- You are now on branch '$(git_current_branch)'" echo } + +cmd_rename() { + OPTIONS_SPEC="\ +git flow release rename [] + +Rename a given release branch +-- +h,help! Show this help +showcommands! Show git commands while executing them +" + gitflow_rename_branch "$@" +}