fix: add \n between scoped and unscoped commits in git cliff config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kolaente 2024-11-08 11:19:43 +01:00
parent bd64778a6a
commit 9b85f3bd0c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -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
]