publish-crates

Crates.iopublish-crates
lib.rspublish-crates
version0.0.17
sourcesrc
created_at2023-04-19 03:13:40.79154
updated_at2024-03-08 02:03:56.796738
descriptionPublish rust crates with support for cargo workspaces
homepagehttps://github.com/romnn/publish-crates
repositoryhttps://github.com/romnn/publish-crates
max_upload_size
id843156
size976,384
Roman Dahm (romnn)

documentation

https://docs.rs/publish-crates

README

publish crates

test status crates.io

TODO

  • dry-run and offline dont work together, we should manually allow this case where the version cannot be found on crates.io
  • implement fallback to "latest" version
  • display all paths releative
  • stream the output of async subcommands? when multiple are running that will be an issue though...

Development

Run the cargo plugin locally:

cargo run -p cargo-publish-crates -- --path ./path/to/crate

Update the github action:

yarn upgrade action-get-release --latest
Commit count: 73

cargo fmt