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