cargo-bins/Cargo Release PR metadata extractor
Extract the metadata of a PR created by cargo-bins/release-pr
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 11, 2024
- License
- GPL 3.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: cargo-bins/release-meta@878b404d09251e067413b4974a2f23c668fd664e # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| event-data | pull_request event data, in JSON | yes | — |
| extract-notes-under | Line under which the release notes are placed. If not provided, notes are not extracted. | no | — |
Outputs
| name | description |
|---|---|
| is-release | The strings 'true' or 'false' if the pull_request given was a release PR with metadata. |
| version | Version data of the release PR, in JSON. |
| crates | Crates data of the release PR, in JSON. |
| notes | Notes extracted from the release PR, as a string. |
| version-actual | Convenience value of version.actual as a string. |
| version-previous | Convenience value of version.previous as a string. |
| version-desired | Convenience value of version.desired as a string. |
| crates-names | Convenience value of crates.*.name as a comma-separated string. |
| crates-paths | Convenience value of crates.*.path as a colon-separated string. |