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

create pull request from feature:finish #277

Closed Motyim2 closed 3 years ago

Motyim2 commented 3 years ago

Hi folks, could this plugin create a pull request from a feature branch to the development branch rather than apply merge directly ?

aleksandr-m commented 3 years ago

What do you mean?

baedorf commented 1 year ago

I'm not the creator of this issue, but I also have the same question. Normally, I would implement a feature and a colleage should review the implementation before merging the feature into develop. After finishing the review, the plugin should be executed to merge feature into develop. Is this possible?