diff --git a/release-please-config.json b/release-please-config.json index 1f9847608523..450cab1e00a6 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -4,9 +4,6 @@ "separate-pull-requests": false, "include-component-in-tag": false, "packages": { - ".": { - "component": "main" - } - }, - "plugins": ["maven-workspace"] + ".": {} + } }