Skip to content

Commit ee6ec6e

Browse files
blackxoredmarionebl
authored andcommitted
feat(prompt): add description for build, ci and revert (#148)
* feat(prompt): add description for build and ci Closes: #113 * feat(prompt): add revert to prompt
1 parent a809d0f commit ee6ec6e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

@commitlint/prompt/src/settings.js

+9
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ export default {
2323
},
2424
test: {
2525
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.'
2635
}
2736
}
2837
},

0 commit comments

Comments
 (0)