jgitflow-gradle-plugin
jgitflow-gradle-plugin copied to clipboard
A Gradle Plugin which adds tasks to support the Gitflow Workflow.
Hello, Is this repo still active? do you accept PRs?
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...
Hi Robert, I believe that other user(s) already asked for it but would it be possible to release version 0.7 (with support for custom ssh private key file) ? Thanks...
hotfixFinish only merges the changes to develop and master in my local and doesn't push it to remote.
When running finishRelease with pushRelease=true, all branches are pushed (including old ones, with no modifications). When using Jenkins configured to trigger builds on branch modifications, a build for each branch...
https://stackoverflow.com/questions/55889750/how-to-implement-the-same-functionality-with-enablefeatureversions-of-jgitflow
When performing releaseFinish the -SNAPSHOT postfix is not striped from version property in gradle.properties before merging the release branch to master. The tag is named correctly but on master we...
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'...