Skip to content

Commit 2252722

Browse files
committed
ci: auto update plugin versions using rp
1 parent a32acfe commit 2252722

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
@@ -28,12 +28,23 @@
2828
"release-type": "simple",
2929
"package-name": "dataplex",
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
}
3849
}
39-
}
50+
}

0 commit comments

Comments
 (0)