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

A Gradle Plugin which adds tasks to support the Gitflow Workflow.

Results 14 jgitflow-gradle-plugin issues
Sort by recently updated
recently updated
newest added

JGitFlow allows for configuration of a prefix or suffix in a commit message. My team is adding some commit hooks that enforce an issue # at the beginning of our...

enhancement

Running 'initJGitflow' gives me: Git 2.7.4 Gitflow 1.9.1 (AVH Edition) Gradle 3.4.1 Adding: ```javascript dependencies { ... classpath 'gradle.plugin.com.gladed.gradle.androidgitversion:gradle-android-git-version:0.3.3' } ``` Seems to be the problem ```java * Exception is:...

Doesn't really look like a bug, but in each of the Task classes, when the class calls the get() or forceInit() methods in JGitFlow, it always passes in the projectDir...

When a release is started, published and finished, the local branch is deleted but the remote one not.