actions-marketplace-validations/Extract Release Notes
Extract release notes from a "Keep a Changelog" changelog file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| changelog_file | The input path of the changelog file. Default: `CHANGELOG.md` | no | CHANGELOG.md |
| release_notes_file | The output path of the release notes file (optional). | no | — |
| prerelease | `true` to get release notes from the `[Unreleased]` section. `false` to get release notes for the latest release. Default: `false` | no | false |
Outputs
| name | description |
|---|---|
| release_notes | The escaped release notes. |