From def524013456c9416d657899f86000bf4ff2e638 Mon Sep 17 00:00:00 2001 From: Jacob Magnusson Date: Thu, 30 May 2024 11:05:42 +0200 Subject: [PATCH] ci: Fix git tags being prefixed with project name --- 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 50d35ac..96ea3c1 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -2,6 +2,8 @@ "release-type": "rust", "bump-minor-pre-major": true, "packages": { - ".": {} + ".": { + "include-component-in-tag": false + } } }