From 60414a7e313e6ce7b3a9effd8a8cccb41555a04c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 5 Jul 2024 01:21:14 +0200 Subject: [PATCH] build(ci): fix component handling in release-please MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/release-please/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-please/config.json b/.github/release-please/config.json index d9ccf944..84b54d2d 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -3,7 +3,7 @@ "release-type": "node", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, - "include-component-in-tag": false, + "tag-separator": "@", "include-v-in-tag": true, "packages": { ".": { -- 2.34.1