Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list crates to be published #61

Closed
marcoieni opened this issue Dec 25, 2021 · 1 comment · Fixed by #154
Closed

list crates to be published #61

marcoieni opened this issue Dec 25, 2021 · 1 comment · Fixed by #154
Labels
feature New feature or request

Comments

@marcoieni
Copy link

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).
@pksunkara pksunkara added the feature New feature or request label Jan 3, 2024
@pksunkara
Copy link
Owner

Added cargo ws plan subcommand for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants