From c80283d8293a445e0e5a294034110cd8f10dba6a Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Thu, 19 Dec 2019 11:17:45 -0500 Subject: [PATCH] chore: allow publishing from release branches --- lerna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index 6cfb0e0b..52851340 100644 --- a/lerna.json +++ b/lerna.json @@ -7,7 +7,7 @@ "loglevel": "success", "command": { "version": { - "allowBranch": "master", + "allowBranch": ["master", "release/*"], "conventionalCommits": true, "preid": "beta", "gitRemote": "upstream",