cargo semver-checks might exit 0 if it finds only publish = false
crates in a workspace
#424
Labels
A-cli
Area: engine around the lints
C-enhancement
Category: raise the bar on expectations
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-mentor
Call for participation: Mentorship is available for this issue.
publish = false
cargo semver-checks check-release -v
Without
-v
it seems to imply that all is well—it will silently skip all crates. Checking 0 crates is unlikely to be what the user expected, perhaps it should exist non-zero?The text was updated successfully, but these errors were encountered: