From fed83b277d555f0ef6ab9517d9ab83ca4e618ce8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 4 Jul 2024 15:48:53 +0200 Subject: [PATCH] ci: fix release-please version bumping 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 | 13 ++++++------- sonar-project.properties | 2 +- ui/web/sonar-project.properties | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/release-please/config.json b/.github/release-please/config.json index d3fa70df..7ae8b4b0 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -6,17 +6,17 @@ "include-v-in-tag": true, "packages": { ".": { - "release-type": "node", "exclude-paths": ["ui/web", "tests/ocpp-server"], - "component": "simulator" + "component": "simulator", + "extra-files": ["sonar-project.properties"] }, "ui/web": { - "release-type": "node", "component": "ui" }, "tests/ocpp-server": { "release-type": "python", - "component": "ocpp-server" + "component": "ocpp-server", + "extra-files": ["sonar-project.properties"] } }, "plugins": [ @@ -26,11 +26,10 @@ }, { "type": "linked-versions", - "groupName": "simulator-ui-ocpp-server", - "components": ["simulator", "ui", "ocpp-server"] + "groupName": "simulator-ui", + "components": ["simulator", "ui"] } ], - "extra-files": ["sonar-project.properties", "ui/web/sonar-project.properties"], "changelog-sections": [ { "type": "feat", "section": "🚀 Features", "hidden": false }, { "type": "fix", "section": "🐞 Fixes", "hidden": false }, diff --git a/sonar-project.properties b/sonar-project.properties index bf4842fa..77a1dd11 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=sap-1 # This is the name and version displayed in the SonarCloud UI. sonar.projectName=e-mobility-charging-stations-simulator -sonar.projectVersion=1.3.7 +sonar.projectVersion=1.3.7 # x-release-please-version # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src diff --git a/ui/web/sonar-project.properties b/ui/web/sonar-project.properties index 77ba547c..0f8e3980 100644 --- a/ui/web/sonar-project.properties +++ b/ui/web/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=sap-1 # This is the name and version displayed in the SonarCloud UI. sonar.projectName=e-mobility-charging-stations-simulator-webui -sonar.projectVersion=0.3.0 +sonar.projectVersion=0.3.0 # x-release-please-version # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src -- 2.34.1