You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if i run cargo release minor --package A, it correctly updates the dependencies part of B's Cargo.toml, but it doesn't bump and publish B's version. Is there a way to do this that I am missing?
The text was updated successfully, but these errors were encountered:
i currently use release-plz for this and hoped to just move everything to cargo release but I understand that picking the version is not straightforward. Just an idea but maybe a prompt for it could provide some help?
Say I have a crate B that depends on A:
if i run
cargo release minor --package A
, it correctly updates the dependencies part of B's Cargo.toml, but it doesn't bump and publish B's version. Is there a way to do this that I am missing?The text was updated successfully, but these errors were encountered: