From fa7f21e73a32d83341430f85f705f8afe8ef0d65 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Thu, 13 Jul 2023 10:59:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8D=E5=A4=9A=E8=A1=8Ccom?= =?UTF-8?q?mit=E9=80=A0=E6=88=90changelog=E7=94=9F=E6=88=90=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git-cliff/cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}))" },