diff --git a/@commitlint/prompt/src/settings.js b/@commitlint/prompt/src/settings.js index d2392c5fa6..eb93dcce70 100644 --- a/@commitlint/prompt/src/settings.js +++ b/@commitlint/prompt/src/settings.js @@ -23,6 +23,15 @@ export default { }, test: { description: 'Adds or modifies tests.' + }, + build: { + description: 'Affects the build system or external dependencies.' + }, + ci: { + description: 'Changes CI configuration files and scripts.' + }, + revert: { + description: 'Reverts a previous commit.' } } },