Skip to content

Commit a932742

Browse files
committed
chore(deps): added task as valid prefix for miscellaneuous task
1 parent ad7149f commit a932742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cliff.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ commit_parsers = [
6060
{ message = "^chore\\(deps\\)", skip = true },
6161
{ message = "^chore\\(pr\\)", skip = true },
6262
{ message = "^chore\\(pull\\)", skip = true },
63-
{ message = "^chore|ci", group = "Miscellaneous Tasks" },
63+
{ message = "^task|chore|ci", group = "Miscellaneous Tasks" },
6464
{ body = ".*security", group = "Security" },
6565
{ message = "^revert", group = "Revert" },
6666
]

0 commit comments

Comments
 (0)