kaleidawave/crates-release
Increment crate version and release on crates.io
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | A version argument, Can be major/minor/patch or semver. For monorepos a JSON map of crate name to release argument | yes | — |
| crates-token | crates.io token for publishing | yes | — |
Outputs
| name | description |
|---|---|
| new-version | A single new version, "none" if multiple crates are updated |
| new-versions | A JSON array of crates and their new versions |
| new-versions-description | A outline of what was updated to what versions |
| new-versions-json-object | JSON object where keys are crates and values are the new version semver string |