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

Incrementing dev version on hotfix-finish disabled #268

Closed harisdelic closed 3 years ago

harisdelic commented 3 years ago

Not incrementing version on hotfix-finish, fixes #230, fixes #267

lalmeras commented 3 years ago

I tried this PR with success. It does not increment dev version during hotfix-finish, as expected.

aleksandr-m commented 3 years ago

@harisdelic Thank you.