From 3501936f98b99cf81962c34c581379da909bc170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Mon, 16 Nov 2020 15:57:31 +0100 Subject: [PATCH] improve lerna config --- lerna.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index d34e2be13..f79642aa1 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,11 @@ ], "npmClient": "yarn", "version": "independent", - "useWorkspaces": false + "useWorkspaces": false, + "command": { + "publish": { + "conventionalCommits": true, + "yes": true + } + } }