Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romnn/publish-crates
publish rust crates with support for cargo workspaces.
https://github.com/romnn/publish-crates
actions ci-cd crates crates-io dag dependencies publish release-automation rust workspaces
Last synced: 9 days ago
JSON representation
publish rust crates with support for cargo workspaces.
- Host: GitHub
- URL: https://github.com/romnn/publish-crates
- Owner: romnn
- License: mit
- Created: 2022-11-25T16:23:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T02:01:09.000Z (8 months ago)
- Last Synced: 2024-10-18T05:39:01.812Z (about 1 month ago)
- Topics: actions, ci-cd, crates, crates-io, dag, dependencies, publish, release-automation, rust, workspaces
- Language: Rust
- Homepage:
- Size: 546 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## publish crates
[](https://github.com/romnn/publish-crates/actions/workflows/test.yml)
[](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
Run the cargo plugin locally:
```bash
cargo run -p cargo-publish-crates -- --path ./path/to/crate
```Update the github action:
```bash
yarn upgrade action-get-release --latest
```