👷 chore(release): re-list breaking changes in their category

This commit is contained in:
welpo 2024-01-15 18:59:34 +01:00
parent 5e45827322
commit abe690c1b1
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -43,9 +43,7 @@ export GIT_CLIFF_TEMPLATE="\
{% for group, group_commits in commits | group_by(attribute=\"group\") %} {% for group, group_commits in commits | group_by(attribute=\"group\") %}
{{ group | striptags | trim | upper_first }} {{ group | striptags | trim | upper_first }}
{% for commit in group_commits -%} {% for commit in group_commits -%}
{%- if not commit.breaking %} - {{ commit.message | upper_first }} ({{ commit.id | truncate(length=7, end=\"\") }})\
- {{ commit.message | upper_first }} ({{ commit.id | truncate(length=7, end=\"\") }})\
{%- endif %}
{%- endfor %} {%- endfor %}
{% endfor %}" {% endfor %}"