conventional-changelog/standard-version

How can I pass bump file path and updater to the CLI?

patoncrispy opened this issue · 1 comments

I know there is the bumpFile parameter for the CLI, but I cannot specify the custom updater that I want to use with that bumpFile.

Is there a way to specify the custom updater I want to use with the bumpFile from the CLI?

Not currently, no.

One change that might facilitate this use case better is the ability to specify different config files via the CLI (currently it only looks at a pre-defined list of files).