forked from deepStateMirrors/tabi
🐛 chore(release): fix changelog spacing issue
This commit is contained in:
parent
3cb94d9798
commit
fabffb084e
2 changed files with 4 additions and 3 deletions
|
@ -36,9 +36,9 @@ body = """
|
|||
{% for commit in commits -%}
|
||||
{% if commit.breaking and not breaking_header_shown -%}
|
||||
{% raw %}\n### 💥 BREAKING CHANGES 💥\n{% endraw %}
|
||||
{% set_global breaking_header_shown = true %}
|
||||
{%- set_global breaking_header_shown = true -%}
|
||||
{%- endif -%}
|
||||
{%- if commit.breaking -%}
|
||||
{%- if commit.breaking %}
|
||||
{{ self::commit(commit=commit, in_breaking_section=true) -}}
|
||||
{% endif -%}
|
||||
{%- endfor -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue