Skip to content

Commit 731cf7c

Browse files
author
Anuraag Agrawal
committed
Add main as release branch pattern
1 parent 5bd19c3 commit 731cf7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,7 @@ tasks {
219219
finalizedBy(copyLicenses)
220220
}
221221
}
222+
223+
nebulaRelease {
224+
addReleaseBranchPattern("main")
225+
}

0 commit comments

Comments
 (0)