commitizen / cz-cli

The commitizen command line utility. #BlackLivesMatter
http://commitizen.github.io/cz-cli/
MIT License
16.73k stars 551 forks source link

Skip some of the questions #749

Closed lcesarmonteiro closed 4 years ago

lcesarmonteiro commented 4 years ago

Is it possible to skip some of the questions? Basically I just want the type and the short message. Eventually I will need to inform the related issue

Is it possible to just ignore all the other questions?

dmwelch commented 4 years ago

You can use the cz-customizable adaptor and configure it to skip the questions you don't want.

See https://github.com/leoforfree/cz-customizable/blob/master/cz-config-EXAMPLE.js for an example configuration file with the 'body' question skipped.