theory/Extract Changelog Release Notes
Extract entries for a single version from a CHANGELOG file to use in a GitHub release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Release version to extract | no | ${{ github.ref_name }} |
| changelog | Location of the changelog file | no | CHANGELOG.md |
| into-file | File to which to write the version notes | no | release-notes.md |
Outputs
| name | description |
|---|---|
| file | File to which the release notes were written |