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

config:create doesn't to anything #83

Closed rieschl closed 4 years ago

rieschl commented 4 years ago

Bug Report

Q A
BC Break no
Version 2.9.0

Not really a bug, but when executing keep-a-changelog config:create without -l or -g the command doesn't do anything:

$ changelog config:create
$ echo $?
0

It'd be nice to output a warning or using a default value.

Tested with PHAR and global composer installation.