Skip to content

Commit 36d53d3

Browse files
committed
feat(types): allow for a gen type when we generate configuration
1 parent 6d183af commit 36d53d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [[ -v ZSH_NAME ]]; then
55
fi
66

77
readonly HEADER_PATTERN="^([^\(]+)\(([^\)]+)\): (.+)$"
8-
readonly TYPE_PATTERN="^(feat|fix|docs|lint|refactor|test|chore)$"
8+
readonly TYPE_PATTERN="^(feat|fix|docs|gen|lint|refactor|test|chore)$"
99
readonly SCOPE_PATTERN="^([a-z][a-z0-9]*)(-[a-z0-9]+)*$"
1010
readonly SUBJECT_PATTERN="^([a-z0-9].*[^ ^\.])$"
1111
readonly JIRA_PATTERN="^([A-Z]{2,4}-[0-9]{1,6} ?)+$"

0 commit comments

Comments
 (0)