From e8c9d7b25f0964c5b4fc6c543ee2bc3929e9e307 Mon Sep 17 00:00:00 2001 From: Anubhav Dhawan Date: Tue, 27 Jan 2026 20:25:15 +0530 Subject: [PATCH] chore: decouple release configuration for packages Updates the `release-please` configuration to allow packages to be released independently of each other. Future releases will track versions independently based on changes within each package's directory. > [!NOTE] > This change does *not* modify the current versions in `.release-please-manifest.json`, but subsequent releases will diverge. --- release-please-config.json | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index ae96570d..65f0a915 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,5 +1,6 @@ { "release-type": "python", + "separate-pull-requests": true, "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, "include-v-in-tag": true, @@ -51,17 +52,5 @@ "src/toolbox_adk/version.py" ] } - }, - "plugins": [ - { - "type": "linked-versions", - "groupName": "toolbox-python-sdks", - "components": [ - "toolbox-core", - "toolbox-langchain", - "toolbox-llamaindex", - "toolbox-adk" - ] - } - ] + } } \ No newline at end of file