Skip to content

Commit c22f349

Browse files
anuraagaAnuraag Agrawal
authored andcommitted
Allow releasing from release branch for patches. (#70)
1 parent e1b1b09 commit c22f349

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
@@ -33,6 +33,10 @@ release {
3333
defaultVersionStrategy = Strategies.getSNAPSHOT()
3434
}
3535

36+
nebulaRelease {
37+
addReleaseBranchPattern("""v\d+\.\d+\.x""")
38+
}
39+
3640
nexusPublishing {
3741
repositories {
3842
sonatype {

0 commit comments

Comments
 (0)