cargo-bins/Cargo Release PR metadata extractor

Extract the metadata of a PR created by cargo-bins/release-pr

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 11, 2024
License
GPL 3.0
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: cargo-bins/release-meta@878b404d09251e067413b4974a2f23c668fd664e # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
event-datapull_request event data, in JSONyes
extract-notes-underLine under which the release notes are placed. If not provided, notes are not extracted.no
namedescription
is-releaseThe strings 'true' or 'false' if the pull_request given was a release PR with metadata.
versionVersion data of the release PR, in JSON.
cratesCrates data of the release PR, in JSON.
notesNotes extracted from the release PR, as a string.
version-actualConvenience value of version.actual as a string.
version-previousConvenience value of version.previous as a string.
version-desiredConvenience value of version.desired as a string.
crates-namesConvenience value of crates.*.name as a comma-separated string.
crates-pathsConvenience value of crates.*.path as a colon-separated string.