From 56b688c4f9063b021869b535f560a0ec7f8d9aca Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Tue, 14 Apr 2026 17:24:47 +0530 Subject: [PATCH] chore: auto update plugin versions using release-please --- release-please-config.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 019df71..6b1a79e 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -32,7 +32,18 @@ "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" + }, + "README.md" ] } }