We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209c32c commit 724f8c3Copy full SHA for 724f8c3
build.gradle
@@ -37,6 +37,7 @@ allprojects {
37
release {
38
tagTemplate = '$name-$version'
39
git {
40
+ requireBranch = 'trellis-0.6.x'
41
signTag = true
42
}
43
0 commit comments