Fail early if publish = false
in Cargo.toml and publish = true
in release-plz configuration
#1896
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
In the
run
function, add a validation to fail if the publish isSome([])
(which means in Cargo.toml it waspublish = false
) and publish in release-plz config is explicitly set totrue
.The text was updated successfully, but these errors were encountered: