From fabffb084e605b141eef97f75d40ca8fd0388023 Mon Sep 17 00:00:00 2001 From: welpo Date: Mon, 15 Jan 2024 20:07:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20chore(release):=20fix=20changelo?= =?UTF-8?q?g=20spacing=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- cliff.toml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 373ef78..9a08e3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ We use Semantic Versioning (SemVer) for our version numbers, formatted as MAJOR. ### 💥 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 diff --git a/cliff.toml b/cliff.toml index cd2a5d5..25a0c74 100644 --- a/cliff.toml +++ b/cliff.toml @@ -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 -%}