From d089af98e06f75a298ab424f7c859c80218a6475 Mon Sep 17 00:00:00 2001 From: Rafael Romero Date: Wed, 18 Oct 2023 09:23:37 +0100 Subject: [PATCH] chore(ci): release-please will not include the component name in the generated tag, and it will have the v --- release-please-config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release-please-config.json b/release-please-config.json index e079b6501f0..c008a883e47 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -4,6 +4,8 @@ "release-type": "node" } }, + "include-component-in-tag": "false", + "include-v-in-tag": "true", "changelog-sections": [ { "type":"feat",