From ad85fcc699bb45f9da02232661a0383948783323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B4=A2=E4=B8=98?= Date: Wed, 28 Jun 2023 18:16:06 +0800 Subject: [PATCH] =?UTF-8?q?chore(lerna):=20lerna=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20exact?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lerna.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index 69328e2b5..12fe548df 100644 --- a/lerna.json +++ b/lerna.json @@ -11,7 +11,8 @@ "commitHooks": false, "conventionalCommits": true, "createRelease": "github", - "message": "🤖 publish" + "message": "🤖 publish", + "exact": true } } }