pksunkara / cargo-workspaces

A tool for managing cargo workspaces and their crates, inspired by lerna
MIT License
465 stars 46 forks source link

publish: add possibility to use --dry-run #138

Closed gwbres closed 10 months ago

gwbres commented 11 months ago

The --dry-run flag is very useful to build and prepare for releasing, check for server availability, but do not actually push to the server.

pksunkara commented 10 months ago

There's a lot more complexity involved, as mentioned in https://github.com/pksunkara/cargo-workspaces/issues/4#issuecomment-1240058532.

gwbres commented 10 months ago

There's a lot more complexity involved, as mentioned in #4 (comment).

ok thanks, I did not know there was an active topic