We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58008b8 commit 73ef6bfCopy full SHA for 73ef6bf
cmd/gcommit
@@ -104,7 +104,7 @@ function get_commit_type() {
104
105
local isBreakingChange="${1}"
106
107
- local commitTypes=("feat" "fix" "perf" "refactor" "test" "style" "docs" "build" "ci" "cd")
+ local commitTypes=("feat" "fix" "perf" "refactor" "test" "style" "docs" "build" "ci" "cd" "chore" "revert")
108
109
[ "${isBreakingChange}" == "false" ] && {
110
commitTypes=("${commitTypes[@]}" "BREAKING-CHANGE")
0 commit comments