From 58956d201c0d3bbf9d6668ec0b99ceba7116151e Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Tue, 14 Apr 2026 13:26:33 +0530 Subject: [PATCH 1/2] chore: auto update plugin versions using release-please --- release-please-config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/release-please-config.json b/release-please-config.json index d1450e3..dd16e91 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -32,6 +32,16 @@ "type": "json", "path": "gemini-extension.json", "jsonpath": "$.version" + }, + { + "type": "json", + "path": ".claude-plugin/plugin.json", + "jsonpath": "$.version" + }, + { + "type": "json", + "path": ".codex-plugin/plugin.json", + "jsonpath": "$.version" } ] } From 6eceab370a0dd76b4f67e2346d7bdef8ebf9c8f7 Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Tue, 14 Apr 2026 14:22:22 +0530 Subject: [PATCH 2/2] Update release-please-config.json --- release-please-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index dd16e91..b470197 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -28,6 +28,7 @@ "release-type": "simple", "package-name": "bigquery-data-analytics", "extra-files": [ + "README.md", { "type": "json", "path": "gemini-extension.json", @@ -46,4 +47,4 @@ ] } } -} \ No newline at end of file +}