Skip to content
Snippets Groups Projects
Commit 35757c21 authored by Philipp Stadler's avatar Philipp Stadler
Browse files

chore: exclude chores from changelog

parent 25ab4d43
Branches
Tags
1 merge request!3Stuff
Pipeline #13837 passed
......@@ -62,11 +62,6 @@ commit_parsers = [
{ message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
{ message = "^test", group = "<!-- 6 -->🧪 Testing" },
{ message = "^chore\\(release\\): prepare for", skip = true },
{ message = "^chore\\(deps.*\\)", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
{ message = "^chore\\(pull\\)", skip = true },
{ message = "^chore|^ci", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
{ body = ".*security", group = "<!-- 8 -->🛡️ Security" },
{ message = "^revert", group = "<!-- 9 -->◀️ Revert" },
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment