chore: allow publishing from release branches

This commit is contained in:
Shawn Erquhart 2019-12-19 11:17:45 -05:00
parent 5ea2b6fe2f
commit c80283d829

View File

@ -7,7 +7,7 @@
"loglevel": "success",
"command": {
"version": {
"allowBranch": "master",
"allowBranch": ["master", "release/*"],
"conventionalCommits": true,
"preid": "beta",
"gitRemote": "upstream",