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

main
welpo 1 year ago
parent 5e45827322
commit abe690c1b1
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

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

Loading…
Cancel
Save