Commit 4b402de 1 parent 9c4e649 commit 4b402de Copy full SHA for 4b402de
File tree 1 file changed +4
-4
lines changed
src/main/groovy/net/researchgate/release
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ class ReleaseExtension {
30
30
31
31
boolean revertOnFail = true
32
32
33
- String preCommitText = " "
33
+ String preCommitText = ' '
34
34
35
- String preTagCommitMessage = " [Gradle Release Plugin] - pre tag commit: "
35
+ String preTagCommitMessage = ' [Gradle Release Plugin] - pre tag commit: '
36
36
37
- String tagCommitMessage = " [Gradle Release Plugin] - creating tag: "
37
+ String tagCommitMessage = ' [Gradle Release Plugin] - creating tag: '
38
38
39
- String newVersionCommitMessage = " [Gradle Release Plugin] - new version commit: "
39
+ String newVersionCommitMessage = ' [Gradle Release Plugin] - new version commit: '
40
40
41
41
/**
42
42
* as of 3.0 set this to "$version" by default
You can’t perform that action at this time.
0 commit comments