From afca812b29409e72979ef0b854102bbf14848c3e Mon Sep 17 00:00:00 2001 From: Chuck MANCHUCK Reeves Date: Tue, 21 Jan 2025 11:14:05 -0500 Subject: [PATCH] chore: update lerna config --- lerna.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lerna.json b/lerna.json index 50084954..58077dea 100644 --- a/lerna.json +++ b/lerna.json @@ -6,9 +6,7 @@ "command": { "version": { "message": "chore(release): publish", - "conventionalCommits": true, - "noCommitHooks": true, - "exact": true + "gitTagVersion": false } } }