aleksandr-m / gitflow-maven-plugin

The Git-Flow Maven Plugin supports various Git workflows, including GitFlow and GitHub Flow. This plugin runs Git and Maven commands from the command line.
https://aleksandr-m.github.io/gitflow-maven-plugin/
Apache License 2.0
488 stars 180 forks source link

Looking for Help: Is this possible with gitflow-maven-plugin #333

Closed jenslauterbach closed 2 years ago

jenslauterbach commented 2 years ago

Hello 👋 ,

I am trying to set up a Gitlab CI/CD pipeline using the gitflow-maven-plugin:1.18 and have been successful so far. But now I came across a problem that I was not able to solve yet. So I wanted to ask for help here.

This is what I want to achieve:

When I finish the release (release-finish) I want the following to happen (which does not work yet):

What actually happens:

Help would be appreciated :D

aleksandr-m commented 2 years ago

@jenslauterbach Use useSnapshotInRelease in the release-finish goal as well.

jenslauterbach commented 2 years ago

@aleksandr-m I just tested it and it worked. Thank you 👍