mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-29 14:02:13 +03:00
fix(config): update config to skip release commits
This commit is contained in:
parent
dc81d02765
commit
2e5f30a5c3
@ -41,7 +41,7 @@ commit_parsers = [
|
||||
{ message = "^refactor*", group = "Refactor"},
|
||||
{ message = "^style*", group = "Styling"},
|
||||
{ message = "^test*", group = "Testing"},
|
||||
{ message = "^chore: Prepare*", skip = true},
|
||||
{ message = "^chore\\(release\\): prepare for*", skip = true},
|
||||
{ message = "^chore*", group = "Miscellaneous Tasks"},
|
||||
{ body = ".*security", group = "Security"},
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user