🐛 chore(release): fix changelog spacing issue
This commit is contained in:
parent
3cb94d9798
commit
fabffb084e
@ -8,7 +8,8 @@ We use Semantic Versioning (SemVer) for our version numbers, formatted as MAJOR.
|
|||||||
|
|
||||||
### 💥 BREAKING CHANGES 💥
|
### 💥 BREAKING CHANGES 💥
|
||||||
|
|
||||||
- *(i18n)* Force config.toml copyright translation ([#255](https://github.com/welpo/tabi/issues/255)) - ([9f39b7f](https://github.com/welpo/tabi/commit/9f39b7fe47721eb7aaea04d8b9ee66b557b7eabf))- *(home-banner)* Force proper header.img path ([#254](https://github.com/welpo/tabi/issues/254)) - ([1a1a7f7](https://github.com/welpo/tabi/commit/1a1a7f79f2c278f4f6e9bfefe7c73089533b2eaf))
|
- *(i18n)* Force config.toml copyright translation ([#255](https://github.com/welpo/tabi/issues/255)) - ([9f39b7f](https://github.com/welpo/tabi/commit/9f39b7fe47721eb7aaea04d8b9ee66b557b7eabf))
|
||||||
|
- *(home-banner)* Force proper header.img path ([#254](https://github.com/welpo/tabi/issues/254)) - ([1a1a7f7](https://github.com/welpo/tabi/commit/1a1a7f79f2c278f4f6e9bfefe7c73089533b2eaf))
|
||||||
|
|
||||||
### ✨ Features
|
### ✨ Features
|
||||||
|
|
||||||
|
@ -36,9 +36,9 @@ body = """
|
|||||||
{% for commit in commits -%}
|
{% for commit in commits -%}
|
||||||
{% if commit.breaking and not breaking_header_shown -%}
|
{% if commit.breaking and not breaking_header_shown -%}
|
||||||
{% raw %}\n### 💥 BREAKING CHANGES 💥\n{% endraw %}
|
{% raw %}\n### 💥 BREAKING CHANGES 💥\n{% endraw %}
|
||||||
{% set_global breaking_header_shown = true %}
|
{%- set_global breaking_header_shown = true -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- if commit.breaking -%}
|
{%- if commit.breaking %}
|
||||||
{{ self::commit(commit=commit, in_breaking_section=true) -}}
|
{{ self::commit(commit=commit, in_breaking_section=true) -}}
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user