Tools for manipulating CHANGELOG.md files in Keep A Changelog format, including tagging and releasing.
BSD 2-Clause "Simplified" License
182
stars
23
forks
source link
Better messaging around various tagging failures #91
Closed
weierophinney closed 4 years ago
Removes
TagReleaseEvent::taggingFailed()
method in favor of the more discrete methods:tagOperationFailed()
(whengit tag
fails)unversionedChangesPresent()
(when changes have not been checked in)changelogMissingDate()
(when changelog for the version does not have a date set yet)Additionally, it adds some verbiage to the
version:tag
help text that the user may need toexport GPG_TTY=$(tty)
before running the command.Fixes #86