Skip to content

Commit

Permalink
feat(prompt): add description for build, ci and revert (#148)
Browse files Browse the repository at this point in the history
* feat(prompt): add description for build and ci

Closes: #113

* feat(prompt): add revert to prompt
  • Loading branch information
blackxored authored and marionebl committed Nov 21, 2017
1 parent a809d0f commit ee6ec6e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions @commitlint/prompt/src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
}
}
},
Expand Down

0 comments on commit ee6ec6e

Please sign in to comment.