Skip to content

Allow publishing a subset of workspace without bumping #75

@cBournhonesque

Description

@cBournhonesque

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions