We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf41faa commit f8f9a5eCopy full SHA for f8f9a5e
1 file changed
release-please-config.json
@@ -28,12 +28,23 @@
28
"release-type": "simple",
29
"package-name": "bigquery-data-analytics",
30
"extra-files": [
31
+ "README.md",
32
{
33
"type": "json",
34
"path": "gemini-extension.json",
35
"jsonpath": "$.version"
36
+ },
37
+ {
38
+ "type": "json",
39
+ "path": ".claude-plugin/plugin.json",
40
+ "jsonpath": "$.version"
41
42
43
44
+ "path": ".codex-plugin/plugin.json",
45
46
}
47
]
48
49
-}
50
+}
0 commit comments