From: Jérôme Benoit Date: Thu, 4 Jul 2024 13:48:53 +0000 (+0200) Subject: ci: fix release-please version bumping X-Git-Tag: ocpp-server@v1.4.0~12 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=fed83b277d555f0ef6ab9517d9ab83ca4e618ce8;p=e-mobility-charging-stations-simulator.git ci: fix release-please version bumping Signed-off-by: Jérôme Benoit --- 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