phly / keep-a-changelog

Tools for manipulating CHANGELOG.md files in Keep A Changelog format, including tagging and releasing.
https://phly.github.io/keep-a-changelog/
BSD 2-Clause "Simplified" License
181 stars 21 forks source link

Create listener that verifies we have a version associated with the release to tag #73

Closed weierophinney closed 4 years ago

weierophinney commented 4 years ago

Per a request in #60, this patch provides functionality for verifying that the version to tag has an associated release date in the CHANGELOG file, aborting if it does not.

Details: