We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3682d5 commit 5f607f3Copy full SHA for 5f607f3
docs/tutorials/monorepo_guidance.md
@@ -71,7 +71,7 @@ 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:
0 commit comments