From b37023126d8b5cc3516a030cd3b5ada3b40ebf72 Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Mon, 13 Apr 2026 17:16:06 +0530 Subject: [PATCH 1/2] ci: auto update plugin versions using rp --- release-please-config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/release-please-config.json b/release-please-config.json index 7170d4e..2435a89 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -33,6 +33,16 @@ "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" } ] } From 9a79c92587699a6b327e22f103ddd44579ea2e8f Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:19:39 +0530 Subject: [PATCH 2/2] syntax --- release-please-config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index 2435a89..34dc07b 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -34,12 +34,12 @@ "path": "gemini-extension.json", "jsonpath": "$.version" }, - { + { "type": "json", "path": ".codex-plugin/plugin.json", "jsonpath": "$.version" }, - { + { "type": "json", "path": ".claude-plugin/plugin.json", "jsonpath": "$.version" @@ -47,4 +47,4 @@ ] } } -} \ No newline at end of file +}