diff --git a/git-cliff/cliff.toml b/git-cliff/cliff.toml index 65da62f..d2fd075 100644 --- a/git-cliff/cliff.toml +++ b/git-cliff/cliff.toml @@ -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}))" },