Skip to content

Commit 9fef0dd

Browse files
author
Mohammod Al Amin Ashik
committed
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.
1 parent 7bd6124 commit 9fef0dd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

release-plz.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ semver_check = false
2525
# Don't publish to crates.io
2626
publish = false
2727

28+
# Skip cargo package verification (internal deps don't have version specs)
29+
cargo_package_verify = false
30+
2831
[changelog]
2932
header = """# Changelog
3033

0 commit comments

Comments
 (0)