Skip to content

Commit

Permalink
Add release release pattern (#324) (#325)
Browse files Browse the repository at this point in the history
* Add release release pattern

---------

Signed-off-by: Raphael Silva <rapphil@gmail.com>
  • Loading branch information
rapphil authored Feb 1, 2023
1 parent f8562f2 commit f4b5dfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -298,4 +298,5 @@ tasks {

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

0 comments on commit f4b5dfd

Please sign in to comment.