mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
misc: updated cliff.toml
This commit is contained in:
parent
c6a14bbc17
commit
efcdb0deed
1 changed files with 2 additions and 1 deletions
|
@ -112,7 +112,8 @@ commit_parsers = [
|
|||
{ message = "^revert", group = "<!-- 9 -->◀️ Revert" },
|
||||
{ message = "^crowdin", group = "<!-- 10 -->🈳 New translations" },
|
||||
{ message = "^Composer", group = "<!-- 11 -->📚 Updated dependencies" },
|
||||
{ message = ".*", group = "<!-- 12 -->💼 Other" },
|
||||
{ message = "^rem|^drop|^removed", group = "<!-- 12 -->🗑️ Removed" },
|
||||
{ message = ".*", group = "<!-- 13 -->💼 Other" },
|
||||
]
|
||||
# protect breaking changes from being skipped due to matching a skipping commit_parser
|
||||
protect_breaking_commits = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue