diff --git a/release-please-config.json b/release-please-config.json index 7170d4e..34dc07b 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -33,8 +33,18 @@ "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" } ] } } -} \ No newline at end of file +}