Skip to content

Commit

Permalink
ci: fix changelog workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Wenxuan Zhang <wenxuangm@gmail.com>
  • Loading branch information
wfxr committed Apr 14, 2024
1 parent 75cfb89 commit d53bc17
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ split_commits = false
commit_preprocessors = [
{ pattern = ' (#[0-9]+)', replace = '(${1})' },
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](<REPO>/issues/${2}))" },
# Check spelling of the commit with https://github.com/crate-ci/typos
# If the spelling is incorrect, it will be automatically fixed.
{ pattern = '.*', replace_command = 'typos --write-changes -' },
]
# regex for parsing and grouping commits
commit_parsers = [
Expand Down

0 comments on commit d53bc17

Please sign in to comment.