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
495 stars 182 forks source link

Support Release Version Policies #235

Closed stefanseifert closed 2 years ago

stefanseifert commented 4 years ago

gitflow-maven-plugin should support VersionPolicy implementations that allows project to inject their own versioning strategy, the same way as maven-release-plugin does.

examples for such strategies:

stefanseifert commented 4 years ago

provided PR #236