Skip to content

Commit

Permalink
allow unconventional
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed May 24, 2024
1 parent 8b5d590 commit 51d0be0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ postprocessors = [
# parse the commits based on https://www.conventionalcommits.org
conventional_commits = true
# filter out the commits that are not conventional
filter_unconventional = true
filter_unconventional = false
# process each line of a commit as an individual commit
split_commits = false
# regex for preprocessing the commit messages
Expand All @@ -62,10 +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" },
Expand Down

0 comments on commit 51d0be0

Please sign in to comment.