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

hotfix-start does not increment the correct digit in targetTag #260

Closed vivekmalhotragithub closed 3 years ago

vivekmalhotragithub commented 3 years ago

when hotfixing latest tag with format A.B.C.D (eg 1.9.0.0) the resultant hotfix branch is 1.9.0.1. hotfix-start does not provide an option to increment which digit to increment.

When running this on a CI server we don't know the latest tag for an application.

aleksandr-m commented 3 years ago

Resolved. Duplicate of #186.