We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 370fb69 commit 4bcf782Copy full SHA for 4bcf782
‎cliff.toml‎
@@ -55,11 +55,11 @@ postprocessors = [
55
56
[git]
57
conventional_commits = true
58
-filter_unconventional = true
+filter_unconventional = false
59
split_commits = false
60
commit_preprocessors = [
61
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](<REPO>/issues/${2}))" },
62
- { pattern = '.*', replace_command = 'typos --write-changes -' },
+ { pattern = '.*', replace_command = 'typos --write-changes - || cat' },
63
]
64
commit_parsers = [
65
{ message = "^feat", group = "<!-- 0 -->✨ Features" },
0 commit comments