From b087e68d35b2d151a42489ed75a844f18f7267c3 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Fri, 19 Sep 2025 20:06:01 -0700 Subject: [PATCH] ci: Update release-please-config.json --- 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 56c9cfa..748844d 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,6 +1,8 @@ { "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, + "include-component-in-tag": false, + "include-v-in-tag": false, "changelog-sections": [ { "type": "feat", "section": "Features" }, { "type": "fix", "section": "Bug Fixes" }, @@ -20,4 +22,4 @@ ] } } -} \ No newline at end of file +}