Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow development version to be specified via command-line #5

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

prospero238
Copy link

To facilitate automation, we'd like to be able to specify the next development version as a maven property upon release-start. As of now, it is not possible in non-interactive mode to provide next development version, and the default strategy of incrementing the last digit may not be suitable for all teams.

example execution:
$ mvn gitflow:release-start -DdevelopmentVersion=1.2.0-SNAPSHOT

The documentation should be updated to include "developmentVersion" as an additional property for this goal.
Although these commits include changes to the of pom.xmls, please feel free to set these per your release process.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant