Skip to content

Commit a47003b

Browse files
authored
ci: auto update plugin versions using rp (#155)
1 parent 3338ef5 commit a47003b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

release-please-config.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,18 @@
3333
"type": "json",
3434
"path": "gemini-extension.json",
3535
"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"
3646
}
3747
]
3848
}
3949
}
40-
}
50+
}

0 commit comments

Comments
 (0)