teekennedy/Update a Changelog
Automates the addition of CHANGELOG.md entries according to the Keep a Changelog format. https://keepachangelog.com/
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| entries-text | Text to parse as source for new changelog entries | yes | ${{ github.event.pull_request.body }} |
| changelog-path | Path to the changelog markdown file to update. | no | ./CHANGELOG.md |
Outputs
| name | description |
|---|---|
| entries-found | Number of changelog entries found in the input |