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
488 stars 180 forks source link

Hotfix Finish support without parameter hotfixBranch #327

Open basmussen opened 2 years ago

basmussen commented 2 years ago

Implementation of ticket #326. This allows to close a hotfix branch in batch mode without specifying the parameter hotfixBranch, if only one hotfix branch is available.

levitin commented 11 months ago

@aleksandr-m: Any news on this issue? The solution is already there? Can you review and merge it?