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
493 stars 181 forks source link

Allow user to force using the current develop branch version when merging a feature #239

Closed bcluap closed 1 year ago

bcluap commented 4 years ago

This is a fix for https://github.com/aleksandr-m/gitflow-maven-plugin/issues/238

Also note this is not just new functionality. This also fixes a bug where the feature version was not being correctly handled if skipTestProject=true

aleksandr-m commented 4 years ago

@bcluap Please commit your specific changes in different branch. You can force push to this one or create another PR.

aleksandr-m commented 3 years ago

@bcluap Can you clean this up?

aleksandr-m commented 2 years ago

@bcluap Are you still interested in this feature? If yes, can you clean this PR so I can review it.

aleksandr-m commented 1 year ago

Pretty old one, let's focus on #367.