Merge pull request #209 from medusajs/hotfix/release-permissions

fix: allows publish from master
This commit is contained in:
Sebastian Rindom
2021-03-17 14:39:31 +01:00
committed by GitHub
+1 -1
View File
@@ -5,7 +5,7 @@
],
"command": {
"publish": {
"allowBranch": "release/*",
"allowBranch": ["master", "release/*"],
"bump": "patch",
"conventionalCommits": true,
"message": "chore(release): Publish"