Open
Description
Some options can only be specified in the config files. Both #28 and conventional-changelog#912 would be solved if the type
of the updater could be specifed via CLI.
Since the options for commit-and-tag-version
are not complicated, it would totally be possible to extend the CLI options to make sure that everything that can be specified by a config file can also be specified via CLI.
Ideally this would be done without embedding json in the CLI options.