From 70af1e541814782573c91ccf220b778aa747595c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Ferrer=20Gonza=CC=81lez?= Date: Tue, 4 Feb 2025 12:15:52 +0100 Subject: [PATCH] ci: do not include component (`primitives-types`) in releases tags due to not being a mono-repository --- release-please-config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 1f399ad..1d74e64 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -8,7 +8,9 @@ "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": false, "draft": false, - "prerelease": false + "prerelease": false, + "include-v-in-tag": true, + "include-component-in-tag": false } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"