diff --git a/release-please-config.json b/release-please-config.json index ad94667..0734090 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -7,8 +7,14 @@ "component": "rompatch", "changelog-path": "CHANGELOG.md", "extra-files": [ - "crates/rompatch-gui/Cargo.toml", - "crates/rompatch/Cargo.toml", + { + "type": "generic", + "path": "crates/rompatch-gui/Cargo.toml" + }, + { + "type": "generic", + "path": "crates/rompatch/Cargo.toml" + }, { "type": "json", "path": "crates/rompatch-gui/ui/package.json",