This release is versioned as minor change because some of the core components are rewritten to TypeScript. It's part of the full port to TypeScript, currently in progress at #659.
Bug Fixes
pass defaultIgnores from configuration in @commitlint/cli (#771) (a259014)
This release is versioned as minor change because some of the core components are rewritten to TypeScript. It's part of the full port to TypeScript, currently in progress at #659.
fix: avoid excessive help text #606 (#637)
The commitlint default formatter is now silent for reports without warnings or errors.
Scripts relying on the success output of commitlint can restore the former output by specifying the --verbose flag.