Skip to content

Commit d53bc17

Browse files
committed
ci: fix changelog workflow
Signed-off-by: Wenxuan Zhang <[email protected]>
1 parent 75cfb89 commit d53bc17

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cliff.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ split_commits = false
7171
commit_preprocessors = [
7272
{ pattern = ' (#[0-9]+)', replace = '(${1})' },
7373
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](<REPO>/issues/${2}))" },
74-
# Check spelling of the commit with https://github.com/crate-ci/typos
75-
# If the spelling is incorrect, it will be automatically fixed.
76-
{ pattern = '.*', replace_command = 'typos --write-changes -' },
7774
]
7875
# regex for parsing and grouping commits
7976
commit_parsers = [

0 commit comments

Comments
 (0)