From 91bd8f0ede85832fbab6b55c2feb1941667164a4 Mon Sep 17 00:00:00 2001 From: Florian CHAZAL Date: Sat, 18 Dec 2021 07:37:54 +0100 Subject: [PATCH] chore(cicd): skip ci on bump commit --- lerna.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index 2276ad1450..0327687c11 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,6 @@ "packages/*" ], "version": "0.2.0-beta.3", - "npmClient": "npm" + "npmClient": "npm", + "message": "chore(release): %s [skip ci]" }