From 257f03786bd3d5f1a7aed07cff2c5adb6f12f061 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Fri, 23 Feb 2024 00:34:31 +0000 Subject: [PATCH] fix: undo changes to release-please config --- .github/release-please-config.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/release-please-config.json b/.github/release-please-config.json index e0cc5db..cf62743 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -3,13 +3,23 @@ "bootstrap-sha": "ed43061b96cc7a02f442533a40c4c731d9125bd7", - "plugins": ["node-workspace"], - "include-component-in-tag": false, "packages": { ".": { - "release-type": "node" + "release-type": "node", + "extra-files": [ + { + "type": "json", + "path": "satellite/package.json", + "jsonpath": "$.version" + }, + { + "type": "json", + "path": "webui/package.json", + "jsonpath": "$.version" + } + ] } } } \ No newline at end of file