Skip to content

Commit a3682d5

Browse files
baluyotrafLee-W
authored andcommitted
docs: Fix the changelog_pattern regex in the monorepo tutorial
1 parent c44e2fe commit a3682d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/monorepo_guidance.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ 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:
7878

7979
```
80-
fix:(library-b) Some awesome message
80+
fix(library-b): Some awesome message
8181
```

0 commit comments

Comments
 (0)