From bf5e80f445a8f1b849988799c17168802a52c967 Mon Sep 17 00:00:00 2001 From: Sebastian Rindom Date: Wed, 17 Mar 2021 14:16:08 +0100 Subject: [PATCH] fix: allows publish from master --- lerna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index accb9fa1cf..1dcf1cfdba 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ ], "command": { "publish": { - "allowBranch": "release/*", + "allowBranch": ["master", "release/*"], "bump": "patch", "conventionalCommits": true, "message": "chore(release): Publish"