From 9fef0ddcfff3e1c0c6c3a9e7c0949e9e0d2208fb Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Thu, 5 Feb 2026 09:52:43 +0800 Subject: [PATCH] fix(ci): disable cargo package verification for release-plz Internal workspace dependencies use path-only references without versions. Since we're not publishing to crates.io (git_only = true), cargo package verification is not needed and causes false failures. --- release-plz.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release-plz.toml b/release-plz.toml index 3ac654ef..051905ee 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -25,6 +25,9 @@ semver_check = false # Don't publish to crates.io publish = false +# Skip cargo package verification (internal deps don't have version specs) +cargo_package_verify = false + [changelog] header = """# Changelog