-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
My usecase is:
- I have a workspace with many crates
- I manually update the version in cargo.toml to the exact version I want, so I run with
-b keep -d keep - The dry-run update doesn't work for me because my crates depend on each other, so the dry-run fails with
crate A depends on crate B where <NEW_VERSION> does not exist - Thus I just do a --execute run, but sometimes there is a problem and the run stops in the middle after having published a few crates
If I re-run the command, it fails saying that <NEW_VERSION> already exists for the crates that were successfully uploaded.
What I want is to just publish the rest of the crates of the workspace, and just skip the ones that were already successfully uploaded. I don't think that's a niche ask
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request