diff --git a/release-please-config.json b/release-please-config.json index d1450e3..b470197 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -28,12 +28,23 @@ "release-type": "simple", "package-name": "bigquery-data-analytics", "extra-files": [ + "README.md", { "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" } ] } } -} \ No newline at end of file +}