Skip to content

Commit

Permalink
Fix release branch config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Dec 28, 2021
1 parent 59407b8 commit 0329337
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
},
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/v\\d+\\.\\d+$"
]
"^refs/heads/releases/v([\\d.]+)$"
],
"release": {
"branchName": "releases/v{version}"
}
}

0 comments on commit 0329337

Please sign in to comment.