We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44e2fe commit a3682d5Copy full SHA for a3682d5
docs/tutorials/monorepo_guidance.md
@@ -71,11 +71,11 @@ Example config and commit for `library-b`:
71
72
```toml
73
[tool.commitizen.customize]
74
-changelog_pattern = "^(feat|fix)\\(library-b\\)(!)?:" #the pattern on types can be a wild card or any types you wish to include
+changelog_pattern = "^(feat|fix)\(library-b\)(!)?:" #the pattern on types can be a wild card or any types you wish to include
75
```
76
77
A commit message looking like this, would be included:
78
79
80
-fix:(library-b) Some awesome message
+fix(library-b): Some awesome message
81
0 commit comments