Skip to content

Commit 5f607f3

Browse files
baluyotrafLee-W
authored andcommitted
Revert removal of escape in toml
1 parent a3682d5 commit 5f607f3

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)