gitflow-avh
gitflow-avh copied to clipboard
Allowed a release branch to be renamed
This is useful for situations in which there is an active release branch but then a hotfix is required that will require the release branch to bump the version.
For example, if release/1.2.1
exists but then hotfix/1.2.1
happens,
the release branch now needs renaming to release/1.2.2
.
https://github.com/petervanderdoes/gitflow-avh/pull/403 will affect this PR.
I'm in the process of updating gitflow. If you could kindly resubmit your pull request against my fork here as it appears this fork is no longer being updated.