Add release branch pattern to allowed release branches. (#1598)

This commit is contained in:
Anuraag Agrawal 2020-11-09 15:45:40 +09:00 committed by GitHub
parent 8ee2533c96
commit 0c1d9266d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ release {
defaultVersionStrategy = Strategies.SNAPSHOT
}
nebulaRelease {
addReleaseBranchPattern(/v\d+\.\d+\.x/)
}
allprojects {
ext.isCI = System.getenv("CI") != null
if (isCI) {