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

developmentVersion only in batch mode - why? #404

Closed nesvold closed 2 weeks ago

nesvold commented 1 month ago

Hi there and thanks for a great plugin. However, I am struggling to understand why the developmentVersion is only working/honored in batch mode. Is there any particular reason as to why this is restricted in this way? We have a scenario where we always want the version for our develop-branch to be a particular value (think of it as a "LATEST" for the develop branch), but this restriction makes it quite hard to create this setup, which is a shame as all other functionality with the plugin fits perfectly. Would it be an option to add a new separate setting to actually honor the developmentVersion also in non-batchmode?

aleksandr-m commented 2 weeks ago

I don't remember original reason for this, so I've just changed it :)

nesvold commented 2 weeks ago

Fantastic! Do you know when it will be released? - Thanks!