Skip to content

Commit

Permalink
Allow releasing from release branch for patches. (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored and Anuraag Agrawal committed Aug 5, 2021
1 parent e1b1b09 commit c22f349
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ release {
defaultVersionStrategy = Strategies.getSNAPSHOT()
}

nebulaRelease {
addReleaseBranchPattern("""v\d+\.\d+\.x""")
}

nexusPublishing {
repositories {
sonatype {
Expand Down

0 comments on commit c22f349

Please sign in to comment.