publish-crates 0.0.13

Publish rust crates with support for cargo workspaces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## publish crates

[<img alt="test status" src="https://img.shields.io/github/actions/workflow/status/romnn/publish-crates/test.yml?label=test">](https://github.com/romnn/publish-crates/actions/workflows/test.yml)
[<img alt="crates.io" src="https://img.shields.io/crates/v/cargo-publish-crates">](https://crates.io/crates/cargo-publish-crates)

#### 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
```bash
yarn upgrade action-get-release --latest
```