bp3d-actions/cargo-release
Toolkit to help generating releases for BP3D and BPX based projects.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | get to get information about the upcoming release, publish to run the publish command across updated crates | no | get |
| token | the GitHub Actions token | yes | — |
| cwd | working directory of Cargo.toml | no | . |
Outputs
| name | description |
|---|---|
| tag | release tag string when creating release PR or pre-release |
| name | release name |
| body | release body for use to auto-fill the GitHub release in pre-releases |
| isnew | true if one of the crates in the workspace has a version more recent than the latest on crates.io |
| ispre | true if one of the crates in the workspace is in pre-release |