actions-marketplace-validations/Pull Release Notes
A GitHub Action to generate a PR changelog between two refs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The owner and repository name, in the format <owner>/<repo>. | no | ${{ github.repository }} |
| base-ref | The 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-ref | The head ref (commit sha, branch or tag). The release notes will be generated for PRs between the base ref and the head ref. | yes | — |
Outputs
| name | description |
|---|---|
| result | The generated release notes, as markdown string. |