You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Uh oh!
There was an error while loading. Please reload this page.
Hey i am using
gitflow::release
and i want to have the develop branch updated with the next SnapshotVersion/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:
Am i missing some property to achieve this behaviour?
Thanks!
The text was updated successfully, but these errors were encountered: