Skip to content

Commit 1dd22cb

Browse files
committed
Set maintenance branch value
1 parent 648f2b1 commit 1dd22cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ allprojects { subproj ->
8989
tagTemplate = '$name-$version'
9090
git {
9191
/* Note: for maintenance branches, change this to the appropriate branch name. */
92-
requireBranch = 'master'
92+
requireBranch = 'trellis-0.9.x'
9393
signTag = true
9494
}
9595
}

0 commit comments

Comments
 (0)