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
Add a way to list crates to be published, for example cargo ws publish --list.
This will not publish the crates. Instead it will just list the crates that should be published.
I know there is cargo ws changed, but it checks git tags, not the cargo registry.
With this feature you can:
use external tools to publish the repositories, for example cloudsmith-cli.
have a quick look to what crates need to be published.
pipe the result in other tools to get other functionalities (for example to generate changelog).
The text was updated successfully, but these errors were encountered:
Add a way to list crates to be published, for example
cargo ws publish --list
.This will not publish the crates. Instead it will just list the crates that should be published.
I know there is
cargo ws changed
, but it checks git tags, not the cargo registry.With this feature you can:
The text was updated successfully, but these errors were encountered: