{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
+ "release-type": "node",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": false,
"extra-files": ["sonar-project.properties"]
},
"ui/web": {
- "component": "ui"
+ "component": "ui",
+ "extra-files": ["sonar-project.properties"]
},
"tests/ocpp-server": {
"release-type": "python",
- "component": "ocpp-server",
- "extra-files": ["sonar-project.properties"]
+ "component": "ocpp-server"
}
},
"plugins": [
with:
config-file: .github/release-please/config.json
manifest-file: .github/release-please/manifest.json
- - name: tag major and minor versions
+ - name: Create tags for major and minor versions
if: ${{ steps.release.outputs.release_created }}
run: |
git config user.name github-actions[bot]
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=e-mobility-charging-stations-simulator
-sonar.projectVersion=1.3.7 # x-release-please-version
+# x-release-please-start-version
+sonar.projectVersion=1.3.7
+# x-release-please-end
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=src
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=e-mobility-charging-stations-simulator-webui
-sonar.projectVersion=0.3.0 # x-release-please-version
+# x-release-please-start-version
+sonar.projectVersion=0.3.0
+# x-release-please-end
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=src