We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a809d0f commit ee6ec6eCopy full SHA for ee6ec6e
@commitlint/prompt/src/settings.js
@@ -23,6 +23,15 @@ export default {
23
},
24
test: {
25
description: 'Adds or modifies tests.'
26
+ },
27
+ build: {
28
+ description: 'Affects the build system or external dependencies.'
29
30
+ ci: {
31
+ description: 'Changes CI configuration files and scripts.'
32
33
+ revert: {
34
+ description: 'Reverts a previous commit.'
35
}
36
37
0 commit comments