Skip to content

Release with Revision unexpected behaviour #416

@Mom0aut

Description

@Mom0aut

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions