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
182 stars 23 forks source link

Better messaging around various tagging failures #91

Closed weierophinney closed 4 years ago

weierophinney commented 4 years ago

Removes TagReleaseEvent::taggingFailed() method in favor of the more discrete methods:

Additionally, it adds some verbiage to the version:tag help text that the user may need to export GPG_TTY=$(tty) before running the command.

Fixes #86