romnn / publish-crates

publish rust crates with support for cargo workspaces.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

publish rust crates with support for cargo workspaces.

License:MIT License


Languages

Language:Rust 92.9%Language:TypeScript 7.1%