From 863dd0770a7a657f0999e9728009da3d952781bd Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Fri, 14 Jun 2024 08:34:18 -0400 Subject: [PATCH] ci: dont include component 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 f14ba8d..c3a4022 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -4,7 +4,8 @@ ".": { "package-name": "spitfire", "release-type": "elixir", - "bump-minor-pre-major": true + "bump-minor-pre-major": true, + "include-component-in-tag": false } } }