ptaylor

Results 3 issues of ptaylor

I would like some control over which part of the version gets incremented when running releaseFinish. For example I would prefer if the MINOR version is incremented instead of the...

If I have spaces in the version property I get the following errror version.properties: version = 1.0.0-SNAPSHOT ./gradlew releaseStart ``` ... 16:15:59.532 [DEBUG] [org.gradle.internal.progress.DefaultBuildOperationExecutor] Build operation 'Execute start for :releaseStart'...

A hotfix-finish will skip merging to develop if a release branch exists. I had a case where a release-finish failed during the merge to develop which left the release branch...