Skip to content

Commit

Permalink
feat: 修复多行commit造成changelog生成错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Jul 13, 2023
1 parent 888ab4e commit fa7f21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cliff/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ conventional_commits = true
# filter out the commits that are not conventional
filter_unconventional = true
# process each line of a commit as an individual commit
split_commits = false
split_commits = true
# regex for preprocessing the commit messages
commit_preprocessors = [
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](https://github.com/orhun/git-cliff/issues/${2}))" },
Expand Down

0 comments on commit fa7f21e

Please sign in to comment.