actions-marketplace-validations/Pull Release Notes

A GitHub Action to generate a PR changelog between two refs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
repositoryThe owner and repository name, in the format <owner>/<repo>.no${{ github.repository }}
base-refThe base ref (commit sha, branch or tag). The release notes will be generated for PRs between the base ref and the head ref. yes
head-refThe head ref (commit sha, branch or tag). The release notes will be generated for PRs between the base ref and the head ref. yes
namedescription
resultThe generated release notes, as markdown string.