From df6d9951622a934e9727ba86ce6fe12e374628c9 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 2 Jan 2025 14:07:39 +0100 Subject: [PATCH] chore: modify release-please manifest --- .github/release-please-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/release-please-config.json b/.github/release-please-config.json index 1d1b7d7..0f2afdd 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -10,7 +10,8 @@ "bump-patch-for-minor-pre-major": true, "draft": false, "prerelease": true, - "tag-prefix": "v" + "tag-prefix": "v", + "include-component-in-tag": false } } }