mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +00:00
fix: add \n between scoped and unscoped commits in git cliff config
This commit is contained in:
@@ -17,6 +17,7 @@ body = """
|
|||||||
{% raw %} {% endraw %}- **BREAKING**: {{commit.breaking_description}}
|
{% raw %} {% endraw %}- **BREAKING**: {{commit.breaking_description}}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
|
{% raw %}\n{% endraw %}\
|
||||||
{%- for commit in commits %}
|
{%- for commit in commits %}
|
||||||
{%- if commit.scope -%}
|
{%- if commit.scope -%}
|
||||||
{% else -%}
|
{% else -%}
|
||||||
@@ -56,4 +57,3 @@ commit_parsers = [
|
|||||||
{ body = ".*security", group = "Security"},
|
{ body = ".*security", group = "Security"},
|
||||||
{ message = ".*", group = "Other", default_scope = "other"}, # Everything that's not a conventional commit goes into the "Other" category
|
{ message = ".*", group = "Other", default_scope = "other"}, # Everything that's not a conventional commit goes into the "Other" category
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user