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 will merge only to develop if release branch not locally checked out #318

Closed pcasaes closed 2 years ago

pcasaes commented 2 years ago

How to reproduce:

Have a develop, release and hotfix branch. Have main, develop and hotfix checked out locally (release branch not checked out locally)

When running hotfix-finish will merge to develop branch and ignore release branch.

aleksandr-m commented 2 years ago

Seem like global issue. Maybe we should always try to fetch whole remote if fetchRemote is set to true?

aleksandr-m commented 1 year ago

1.19.0 is released.