diff --git a/release-please-config.json b/release-please-config.json index bac63361..14710a30 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -205,6 +205,11 @@ "path": "crates/daemons/pushd/Cargo.toml", "jsonpath": "$.dependencies['revolt-presence'].version" }, + { + "type": "toml", + "path": "crates/daemons/pushd/Cargo.toml", + "jsonpath": "$.dependencies['revolt-parser'].version" + }, { "type": "toml", "path": "crates/daemons/voice-ingress/Cargo.toml",