Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /