hashicorp / go-changelog

Changelog generation based on files in a directory.
Mozilla Public License 2.0
107 stars 20 forks source link

Support for updating changelogs on merge #14

Open paddycarver opened 3 years ago

paddycarver commented 3 years ago

It would be really nice if we could regenerate the unreleased changelog on every PR merge, updating the CHANGELOG.md to reflect the latest, unreleased changes in an easy-to-access format. In theory, this should be relatively achievable with GitHub actions, perhaps in combination with #5.