diff --git a/release-please-config.json b/release-please-config.json index 43cb5e5..bfb9ee2 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -27,9 +27,9 @@ "component": "hyper-api-rust", "changelog-path": "CHANGELOG.md", "extra-files": [ - "Cargo.toml", - "hyperdb-api-core/Cargo.toml", - "hyperdb-api/Cargo.toml", + { "type": "generic", "path": "Cargo.toml" }, + { "type": "generic", "path": "hyperdb-api-core/Cargo.toml" }, + { "type": "generic", "path": "hyperdb-api/Cargo.toml" }, { "type": "json", "path": "hyperdb-mcp/npm/package.json",