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", "loglevel": "success",
"command": { "command": {
"version": { "version": {
"allowBranch": "master", "allowBranch": ["master", "release/*"],
"conventionalCommits": true, "conventionalCommits": true,
"preid": "beta", "preid": "beta",
"gitRemote": "upstream", "gitRemote": "upstream",