aleksandr-m / gitflow-maven-plugin

The Git-Flow Maven Plugin supports various Git workflows, including GitFlow and GitHub Flow. This plugin runs Git and Maven commands from the command line.
https://aleksandr-m.github.io/gitflow-maven-plugin/
Apache License 2.0
490 stars 182 forks source link

do not append support branch name to hotfix branch. #258

Closed vivekmalhotragithub closed 3 years ago

vivekmalhotragithub commented 3 years ago

do not append support branch name to hotfix branch. keep format of hotfix branch as hotfix/ whether created from production or support branch.

257