Skip to content

Commit 4bcf782

Browse files
ci: 🤖 Don't filter unconventional commit and add a fallback when typos detect unknown words
1 parent 370fb69 commit 4bcf782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎cliff.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ postprocessors = [
5555

5656
[git]
5757
conventional_commits = true
58-
filter_unconventional = true
58+
filter_unconventional = false
5959
split_commits = false
6060
commit_preprocessors = [
6161
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](<REPO>/issues/${2}))" },
62-
{ pattern = '.*', replace_command = 'typos --write-changes -' },
62+
{ pattern = '.*', replace_command = 'typos --write-changes - || cat' },
6363
]
6464
commit_parsers = [
6565
{ message = "^feat", group = "<!-- 0 -->✨ Features" },

0 commit comments

Comments
 (0)