ci: link version in release-please
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 4 Jul 2024 13:11:38 +0000 (15:11 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 4 Jul 2024 13:11:38 +0000 (15:11 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/release-please/config.json

index ad854da19890a92fcfa1ababa863047c29af7648..800e4ea8562d0347814a9d8802d0f78afcb8c809 100644 (file)
@@ -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,