Release checks public registry even with publish
set to a private one
#736
Labels
bug
Not as expected
publish
set to a private one
#736
See #732 and #735.
If a crate has the following set in
[package]
inCargo.toml
:Here's the documentation:
It would be good if
cargo-release
followed the same heuristic. Currently one needs to pass--registry
manually, otherwise the public registry is checked, which might not be accessible and it leaks crate names (#732).The text was updated successfully, but these errors were encountered: