Skip to content

Commit 73ef6bf

Browse files
committed
docs(gcommit): add "chore" and "revert" commit types
1 parent 58008b8 commit 73ef6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gcommit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function get_commit_type() {
104104

105105
local isBreakingChange="${1}"
106106

107-
local commitTypes=("feat" "fix" "perf" "refactor" "test" "style" "docs" "build" "ci" "cd")
107+
local commitTypes=("feat" "fix" "perf" "refactor" "test" "style" "docs" "build" "ci" "cd" "chore" "revert")
108108

109109
[ "${isBreakingChange}" == "false" ] && {
110110
commitTypes=("${commitTypes[@]}" "BREAKING-CHANGE")

0 commit comments

Comments
 (0)