Skip to content

Commit

Permalink
docs(config): update the default regex in scoped config example
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 8, 2021
1 parent f420a5a commit 0d793ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scoped.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ conventional_commits = true
commit_parsers = [
{ message = "^feat", group = "Features"},
{ message = "^fix", group = "Bug Fixes"},
{ message = "^doc*", group = "Documentation", default_scope = "unscoped"},
{ message = "^doc", group = "Documentation", default_scope = "unscoped"},
{ message = "^perf", group = "Performance"},
{ message = "^refactor", group = "Refactor"},
{ message = "^style", group = "Styling"},
Expand Down

0 comments on commit 0d793ad

Please sign in to comment.