From 1520433880d9c319390f1a067a9bed9dbffe0727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Vilcot?= Date: Thu, 5 Dec 2024 17:39:28 +0100 Subject: [PATCH] build(pci-common): exclude library from lerna auto versioning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref: TAPC-2378 Signed-off-by: Frédéric Vilcot --- lerna.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index 08d099271af1..803956eb0820 100644 --- a/lerna.json +++ b/lerna.json @@ -21,7 +21,10 @@ }, "version": { "allowBranch": "master", - "ignoreChanges": ["packages/manager-react-components/**"] + "ignoreChanges": [ + "packages/manager-react-components/**", + "packages/modules/manager-pci-common/**" + ] } } }