From 663589d47b6e2f0cbdc323daeb91c20a0fe3b2de Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Tue, 3 Dec 2024 16:06:39 +0200 Subject: [PATCH] ci: update release config --- release-please-config.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index faf064f..eb0dfe0 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,11 +1,15 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", - "release-type": "simple", - "extra-files": [ - { - "type": "xml", - "path": "appinfo/info.xml", - "xpath": "/info/version" + "packages": { + ".": { + "release-type": "simple", + "extra-files": [ + { + "type": "xml", + "path": "appinfo/info.xml", + "xpath": "/info/version" + } + ] } - ] + } }