We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a1f12 commit 9f37d07Copy full SHA for 9f37d07
1 file changed
release-please-config.json
@@ -28,10 +28,21 @@
28
"release-type": "simple",
29
"package-name": "cloud-sql-sqlserver",
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": ".codex-plugin/plugin.json",
40
+ "jsonpath": "$.version"
41
42
43
44
+ "path": ".claude-plugin/plugin.json",
45
46
}
47
]
48
0 commit comments