From 3f9e15164ee3444d25fc7439961f329a8051cd19 Mon Sep 17 00:00:00 2001 From: emanuele Date: Sun, 23 Feb 2020 10:21:02 +0000 Subject: [PATCH] chore: fix lerna config --- lerna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index 68640ef4351..ed8483b0aa0 100644 --- a/lerna.json +++ b/lerna.json @@ -8,7 +8,7 @@ "version": { "message": "chore(release): publish %s", "conventionalCommits": true, - "allowBranch": ["master", "next/"], + "allowBranch": ["master", "next"], "yes": true } }