From 4ba25f02083420e1df9c4f54c0411fd3368b049f Mon Sep 17 00:00:00 2001 From: James Devine Date: Wed, 1 Apr 2026 16:55:43 +0100 Subject: [PATCH] chore: exclude component name from release-please tags Adds include-component-in-tag: false so tags are v0.8.0 instead of ado-aw-v0.8.0. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- release-please-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/release-please-config.json b/release-please-config.json index b3c6fd0b..23a61c18 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,5 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", + "include-component-in-tag": false, "packages": { ".": { "release-type": "rust",