From d11cd3b8314d4903635051b2d59951c700ce017d Mon Sep 17 00:00:00 2001 From: Koji AGAWA Date: Sun, 12 May 2024 20:02:44 +0900 Subject: [PATCH] ci: release --- release-please-config.json | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index 1557122..54b1fbc 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -2,19 +2,20 @@ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "release-type": "node", "include-component-in-tag": false, - "extra-files": [ - { - "type": "json", - "path": "packages/driver/package.json", - "jsonpath": "$.version" - }, - { - "type": "json", - "path": "packages/web/package.json", - "jsonpath": "$.version" - } - ], "packages": { - ".": {} + ".": { + "extra-files": [ + { + "type": "json", + "path": "packages/driver/package.json", + "jsonpath": "$.version" + }, + { + "type": "json", + "path": "packages/web/package.json", + "jsonpath": "$.version" + } + ] + } } } \ No newline at end of file