diff --git a/release-please-config.json b/release-please-config.json index f2014002a..7bae5f5a3 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -10,6 +10,16 @@ "component": "agentex-sdk" } }, + "plugins": [ + { + "type": "linked-versions", + "groupName": "agentex", + "components": [ + "agentex-client", + "agentex-sdk" + ] + } + ], "$schema": "https://raw.githubusercontent.com/stainless-api/release-please/main/schemas/config.json", "include-v-in-tag": true, "include-component-in-tag": true,