Skip to content

Commit 898148c

Browse files
authored
Merge branch 'main' into feature/add-skills-support
2 parents 3902c55 + 9f37d07 commit 898148c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

release-please-config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,21 @@
2828
"release-type": "simple",
2929
"package-name": "cloud-sql-sqlserver",
3030
"extra-files": [
31+
"README.md",
3132
{
3233
"type": "json",
3334
"path": "gemini-extension.json",
3435
"jsonpath": "$.version"
36+
},
37+
{
38+
"type": "json",
39+
"path": ".codex-plugin/plugin.json",
40+
"jsonpath": "$.version"
41+
},
42+
{
43+
"type": "json",
44+
"path": ".claude-plugin/plugin.json",
45+
"jsonpath": "$.version"
3546
}
3647
]
3748
}

0 commit comments

Comments
 (0)