fix: allows publish from master

This commit is contained in:
Sebastian Rindom
2021-03-17 14:16:08 +01:00
parent dbb75c292e
commit bf5e80f445

View File

@@ -5,7 +5,7 @@
],
"command": {
"publish": {
"allowBranch": "release/*",
"allowBranch": ["master", "release/*"],
"bump": "patch",
"conventionalCommits": true,
"message": "chore(release): Publish"