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

using HEAD-SNAPSHOT for development #266

Closed vegegoku closed 3 years ago

vegegoku commented 3 years ago

Is it possible to have the development branch to be fixed as HEAD-SNAPSHOT instead of x.x.x-snapshot for example. and still be able to release with x.x.x versions.

aleksandr-m commented 3 years ago

Have you tried this?

aleksandr-m commented 3 years ago

You can try with skipUpdateVersion.