Skip to content

Commit 4b83618

Browse files
author
Alan Christie
committed
build: Add missing remove in the config
1 parent 4160149 commit 4b83618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ commitizen:
2020
# The changelog_pattern identifies the commit types
2121
# that will be included.
2222
# Build the changelog with 'cz ch' on the staging or production branches.
23-
changelog_pattern: "^(feat|fix|perf|refactor|style|test|build|docs|ci)?"
23+
changelog_pattern: "^(feat|fix|perf|refactor|remove|style|test|build|docs|ci)?"
2424
# A mapping of type to its group name in the changelog.
2525
# We call 'feat' commits 'New Features'
2626
change_type_map:

0 commit comments

Comments
 (0)