jgitflow-gradle-plugin
jgitflow-gradle-plugin copied to clipboard
newVersionIncrement feature is not working
When i create a release like this
gradlew initJGitflow -PgitUsername=$GIT_USERNAME -PgitPassword=$GIT_TOKEN
gradlew releaseStart -PgitUsername=$GIT_USERNAME -PgitPassword=$GIT_TOKEN --no-daemon --info
gradlew releaseFinish -PgitUsername=$GIT_USERNAME -PgitPassword=$GIT_TOKEN -PnewVersionIncrement=MINOR -PpushRelease=false --no-daemon --info
newVersionIncrement=MINOR is ignored and the increment is created using PATCH
running this version:
wrapper {
gradleVersion = '5.6.1'
distributionType = 'ALL'
}
the same problem