From afcd8f16714cb2ac8487ba815ec9b742b1230fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 5 Mar 2021 12:31:54 +0100 Subject: [PATCH] add preid to lerna config --- lerna.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index 7ffb5e58..85ffa60a 100644 --- a/lerna.json +++ b/lerna.json @@ -7,7 +7,8 @@ "useWorkspaces": false, "command": { "publish": { - "conventionalCommits": true + "conventionalCommits": true, + "preid": "beta" } } }