Skip to content

Commit 1eedf4f

Browse files
chore: auto update plugin versions using rp (#109)
Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent cf4506c commit 1eedf4f

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

release-please-config.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,18 @@
3232
"type": "json",
3333
"path": "gemini-extension.json",
3434
"jsonpath": "$.version"
35-
}
35+
},
36+
{
37+
"type": "json",
38+
"path": ".claude-plugin/plugin.json",
39+
"jsonpath": "$.version"
40+
},
41+
{
42+
"type": "json",
43+
"path": ".codex-plugin/plugin.json",
44+
"jsonpath": "$.version"
45+
},
46+
"README.md"
3647
]
3748
}
3849
}

0 commit comments

Comments
 (0)