Skip to content

Commit ef28b07

Browse files
olivermeyerclaude
andcommitted
chore(ci): disable split_commits in git-cliff config
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5b081f7 commit ef28b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ conventional_commits = true
558558
# filter out the commits that are not conventional
559559
filter_unconventional = true
560560
# process each line of a commit as an individual commit
561-
split_commits = true
561+
split_commits = false
562562
# regex for preprocessing the commit messages
563563
commit_preprocessors = [
564564
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](<REPO>/pull/${2}))" },

0 commit comments

Comments
 (0)