From 9b85f3bd0c8ce1d6123970b84386006b3c425de7 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 8 Nov 2024 11:19:43 +0100 Subject: [PATCH] fix: add \n between scoped and unscoped commits in git cliff config --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 02cfdb85a..27fd479db 100644 --- a/cliff.toml +++ b/cliff.toml @@ -17,6 +17,7 @@ body = """ {% raw %} {% endraw %}- **BREAKING**: {{commit.breaking_description}} {%- endif -%} {%- endfor -%} + {% raw %}\n{% endraw %}\ {%- for commit in commits %} {%- if commit.scope -%} {% else -%} @@ -56,4 +57,3 @@ commit_parsers = [ { body = ".*security", group = "Security"}, { message = ".*", group = "Other", default_scope = "other"}, # Everything that's not a conventional commit goes into the "Other" category ] -