From c1081eb27c2561abd33eac7abb1b0fc230b6df96 Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Wed, 15 Apr 2026 12:47:48 +0530 Subject: [PATCH] chore: Auto update plugin versions using release-please --- release-please-config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/release-please-config.json b/release-please-config.json index f1de0f5..5e58863 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -28,10 +28,21 @@ "release-type": "simple", "package-name": "cloud-sql-sqlserver", "extra-files": [ + "README.md", { "type": "json", "path": "gemini-extension.json", "jsonpath": "$.version" + }, + { + "type": "json", + "path": ".codex-plugin/plugin.json", + "jsonpath": "$.version" + }, + { + "type": "json", + "path": ".claude-plugin/plugin.json", + "jsonpath": "$.version" } ] }