Skip to content

Commit a8d3bd6

Browse files
authored
Merge branch 'master' into feat-filter-search-for-commit-change-type
2 parents a4f8c20 + 5f607f3 commit a8d3bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/monorepo_guidance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Example config and commit for `library-b`:
7171

7272
```toml
7373
[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
74+
changelog_pattern = "^(feat|fix)\\(library-b\\)(!)?:" #the pattern on types can be a wild card or any types you wish to include
7575
```
7676

7777
A commit message looking like this, would be included:

0 commit comments

Comments
 (0)