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

Omit version when tagging/releasing #84

Closed rieschl closed 4 years ago

rieschl commented 4 years ago

Feature Request

Q A
New Feature yes
BC Break no

Summary

It would be nice if the commands verison:tag and version:release didn't require the version but use the latest verison of the changelog, instead. And additionally an input question would be cool ("Version to tag/release. Default: 1.2.3").

weierophinney commented 4 years ago

Fixed with #92