From 94097a8d456f51654a9b201e41309d9628638a81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 4 Jul 2024 20:43:38 +0200 Subject: [PATCH] build(ci): remove release-please workspace plugin MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/release-please/config.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/release-please/config.json b/.github/release-please/config.json index ef000b94..d9ccf944 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -21,14 +21,10 @@ } }, "plugins": [ - { - "type": "node-workspace", - "merge": false - }, { "type": "linked-versions", - "groupName": "simulator-ui", - "components": ["simulator", "ui"] + "groupName": "simulator-ui-ocpp-server", + "components": ["simulator", "ui", "ocpp-server"] } ], "changelog-sections": [ -- 2.34.1