jgitflow-gradle-plugin icon indicating copy to clipboard operation
jgitflow-gradle-plugin copied to clipboard

newVersionIncrement feature is not working

Open sniffertine opened this issue 6 years ago • 1 comments

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'
}

sniffertine avatar Sep 13 '19 14:09 sniffertine

the same problem

SashaVolushkova avatar Feb 07 '20 17:02 SashaVolushkova