From 26a42fe9621f15dcf82e364ab741a919f9fba223 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Tue, 8 Aug 2023 10:31:54 -0400 Subject: [PATCH] chore: dont include name in tag --- release-please-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 5c68d97..d2b8e57 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -6,7 +6,8 @@ "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, "draft": false, - "prerelease": false + "prerelease": false, + "include-component-in-tag": false } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"