From 6263a8c85b8e6f3280dec808f00e5f26a1da62e9 Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Tue, 11 Oct 2022 13:41:28 -0400 Subject: [PATCH] chore: exclude component in git tag Signed-off-by: Michael Beemer --- 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 97d022714..6ebfa1825 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -4,6 +4,8 @@ ".": { "package-name": "dev.openfeature.sdk", "release-type": "simple", + "monorepo-tags": false, + "include-component-in-tag": false, "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, "versioning": "default", @@ -13,4 +15,4 @@ ] } } -} +} \ No newline at end of file