Skip to content

Release with Revision unexpected behaviour #416

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

Open
Mom0aut opened this issue Feb 5, 2025 · 0 comments
Open

Release with Revision unexpected behaviour #416

Mom0aut opened this issue Feb 5, 2025 · 0 comments

Comments

@Mom0aut
Copy link

Mom0aut commented Feb 5, 2025

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!

@Mom0aut Mom0aut changed the title Release with Revision gitflow::release with Revision Feb 5, 2025
@Mom0aut Mom0aut changed the title gitflow::release with Revision Release with Revision unexpected behaviour Feb 5, 2025
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

No branches or pull requests

1 participant