👷 chore(release): re-list breaking changes in their category
This commit is contained in:
parent
5e45827322
commit
abe690c1b1
4
release
4
release
@ -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 %}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user