-
-
Notifications
You must be signed in to change notification settings - Fork 187
Open
Description
Hey i am using gitflow::release
and i want to have the develop branch updated with the next Snapshot Version/Revision
but the tagged Master Branch should be without the Snapshot prefix.
Example: mvn gitflow::release -Drevision=1.0.0
Expected behaviour after Releasing
Develop Branch
revision property: 1.0.1-SNAPSHOT
Master Branch
revision property: 1.0.0
Actual behaviour after Releasing
Develop Branch
revision property: 1.0.1-SNAPSHOT
Master Branch
revision property: 1.0.1-SNAPSHOT
My configuration:
<skipTestProject>true</skipTestProject>
<versionProperty>revision</versionProperty>
<skipUpdateVersion>true</skipUpdateVersion>
<verbose>true</verbose>
<noBackMerge>true</noBackMerge>
Am i missing some property to achieve this behaviour?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels