From 95fa0b9459ba5e92c1a04556a14948a66554f713 Mon Sep 17 00:00:00 2001 From: Lukas Harbarth Date: Tue, 5 Nov 2024 10:52:17 +0100 Subject: [PATCH] chore: lerna force-conventional-graduate --- lerna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index 523c9d334f5..0b493f941cc 100644 --- a/lerna.json +++ b/lerna.json @@ -9,7 +9,7 @@ "yes": true, "preid": "rc", "message": "chore(release): publish %s [ci skip]", - "forcePublish": true + "forceConventionalGraduate": true }, "publish": { "allowBranch": "main",