From b7c140d7aad6d935d8941b07062011d4171596e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 6 Jul 2024 14:38:23 +0200 Subject: [PATCH] build(ci): rename module in changelog 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release-please/config.json b/.github/release-please/config.json index 5f70d56b..457ab14b 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -12,7 +12,7 @@ "extra-files": ["sonar-project.properties"] }, "ui/web": { - "component": "ui", + "component": "webui", "extra-files": ["sonar-project.properties"] }, "tests/ocpp-server": { @@ -24,7 +24,7 @@ { "type": "linked-versions", "groupName": "simulator-ui-ocpp-server", - "components": ["simulator", "ui", "ocpp-server"] + "components": ["simulator", "webui", "ocpp-server"] } ], "changelog-sections": [ -- 2.34.1