kuvaus/Changelog Releasenotes Action
Generate release notes from CHANGELOG.md and upload them into github release description
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| changelog | The input path of the changelog file. Default: `CHANGELOG.md` | no | — |
| filtered_changelog | The output path of the release notes file | no | — |
| changelog_format | Changelog format, keepachangelog or other | no | — |
| start_token | The start tag of the release notes | no | — |
| end_token | The end tag of the release notes | no | — |
| specific_tag | Extract release notes from a specific tag (e.g. v0.1.2) instead of the newest one, default: empty | no | — |
| skip_n_lines | Skip first N lines in parsing | no | — |
| upcoming_release | Set this to `true` to get release notes from the [Upcoming] section instead of the first tagged release | no | — |
| create_release | Set this to `true` to make a new release if one does not exist | no | — |
| update_release | Set this to `true` to update a release | no | — |
Outputs
| name | description |
|---|---|
| releasenotes | The filtered release notes |