From 43db4729b977204091d5c2855aa60490184123ef Mon Sep 17 00:00:00 2001 From: Maribeth Moffatt Date: Thu, 15 May 2025 17:15:53 -0700 Subject: [PATCH] chore: fix lerna release config --- plugins/lerna.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/lerna.json b/plugins/lerna.json index 845bcbaf1..9c415f7c2 100644 --- a/plugins/lerna.json +++ b/plugins/lerna.json @@ -2,5 +2,9 @@ "packages": ["*"], "version": "independent", "npmClient": "npm", + "changelogPreset": { + "name": "conventionalcommits" + }, + "ignoreChanges": ["**/package-lock.json"], "useNx": false }