From af61fd9302fa655c43f376d50921c6d08e204543 Mon Sep 17 00:00:00 2001 From: Antonette Caldwell <134739862+nebula-aac@users.noreply.github.com> Date: Fri, 10 Nov 2023 07:07:11 -0600 Subject: [PATCH] chore(build): update lerna.json to use custom message Signed-off-by: Antonette Caldwell <134739862+nebula-aac@users.noreply.github.com> --- lerna.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lerna.json b/lerna.json index 6ce3ab97..bbcaf3bc 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,8 @@ "version": "independent", "command": { "publish": { + "conventionalCommits": true, + "message": "chore(release): publish", "registry": "https://registry.npmjs.org" } },