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

How to use with github actions/github pull request merge #302

Closed nidotls closed 3 years ago

nidotls commented 3 years ago

To accept a pull request I always have to clone the project to then execute the gitflow commands. Is there a way to update the version by accepting the pull request on github itself?

aleksandr-m commented 3 years ago

Not exactly sure what do you mean. Guess, you can create some github action for that.

nidotls commented 3 years ago

Found my own solution to the problem, thank you anyway!