From 34daccb17d092864ce29c2463efe60af20beecd6 Mon Sep 17 00:00:00 2001 From: Jory Irving Date: Wed, 19 Aug 2026 10:37:22 -0600 Subject: [PATCH] ci(release): match the existing vX.Y.Z tags, not a component prefix Claude-Session: https://claude.ai/code/session_01YSuDvZq9ncvyX85Uzx3cQh --- 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 b401e66f..89db97cf 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -70,7 +70,9 @@ "path": "charts/dispatch/Chart.yaml", "jsonpath": "$.appVersion" } - ] + ], + "include-component-in-tag": false, + "component": "" } } }