From 8ed0f0ad62c7cfba252ba242860ba750fd62d0e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 4 Jul 2024 15:11:38 +0200 Subject: [PATCH] ci: link version in release-please 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 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/release-please/config.json b/.github/release-please/config.json index ad854da1..800e4ea8 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -1,6 +1,16 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", - "plugins": ["node-workspace"], + "plugins": [ + { + "type": "node-workspace", + "merge": false + }, + { + "type": "linked-versions", + "groupName": "simulator-ui-ocpp-server", + "components": ["simulator", "ui", "ocpp-server"] + } + ], "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, "include-component-in-tag": false, -- 2.34.1