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" } },