From 5146457f764bfa9315f21f46763db7897af87b84 Mon Sep 17 00:00:00 2001 From: LoricAndre Date: Sun, 1 Dec 2024 00:10:07 +0100 Subject: [PATCH] fix(ci): use correct tag --- .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 f5c8c6dd..af897ca5 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -3,7 +3,8 @@ "packages": { "skim": { "changelog-path": "/CHANGELOG.md", - "bump-minor-pre-major": true + "bump-minor-pre-major": true, + "include-component-in-tag": false }, "e2e": {}, "xtask": {}