Skip to content

Commit 4160149

Browse files
author
Alan Christie
committed
docs: Support for remove commit message type
1 parent e1ce82b commit 4160149

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.cz.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ commitizen:
1515
# and didn't have everything ready for change-logs.
1616
changelog_start_rev: 19.1.0
1717
customize:
18-
schema_pattern: "^(?P<change_type>feat|fix|perf|refactor|style|test|build|docs|ci|BREAKING CHANGE)(?:\\((?P<scope>[^()\\r\\n]*)\\)|\\()?(?P<breaking>!)?:\\s(?P<message>.*)?"
19-
commit_parser: "^(?P<change_type>feat|fix|perf|refactor|style|test|build|docs|ci|BREAKING CHANGE)(?:\\((?P<scope>[^()\\r\\n]*)\\)|\\()?(?P<breaking>!)?:\\s(?P<message>.*)?"
18+
schema_pattern: "^(?P<change_type>feat|fix|perf|refactor|remove|style|test|build|docs|ci|BREAKING CHANGE)(?:\\((?P<scope>[^()\\r\\n]*)\\)|\\()?(?P<breaking>!)?:\\s(?P<message>.*)?"
19+
commit_parser: "^(?P<change_type>feat|fix|perf|refactor|remove|style|test|build|docs|ci|BREAKING CHANGE)(?:\\((?P<scope>[^()\\r\\n]*)\\)|\\()?(?P<breaking>!)?:\\s(?P<message>.*)?"
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.
@@ -30,6 +30,7 @@ commitizen:
3030
fix: Bug Fixes
3131
perf: Performance Improvements
3232
refactor: Refactoring
33+
remove: Removed
3334
style: Stylistic Changes
3435
ci: CI/CD
3536
test: Testing
@@ -39,6 +40,7 @@ commitizen:
3940
- "fix"
4041
- "perf"
4142
- "refactor"
43+
- "remove"
4244
- "style"
4345
- "test"
4446
- "build"

0 commit comments

Comments
 (0)