mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
👷 chore(release): fix git-cliff template
This commit is contained in:
parent
abe690c1b1
commit
ca65cd5a62
2 changed files with 3 additions and 3 deletions
4
release
4
release
|
@ -42,8 +42,8 @@ export GIT_CLIFF_TEMPLATE="\
|
|||
{% endfor %}
|
||||
{% for group, group_commits in commits | group_by(attribute=\"group\") %}
|
||||
{{ group | striptags | trim | upper_first }}
|
||||
{% for commit in group_commits -%}
|
||||
- {{ commit.message | upper_first }} ({{ commit.id | truncate(length=7, end=\"\") }})\
|
||||
{% for commit in group_commits %}
|
||||
- {% if commit.breaking %}[**‼️BREAKING‼️**] {% endif %}{{ commit.message | upper_first }} ({{ commit.id | truncate(length=7, end=\"\") }})\
|
||||
{%- endfor %}
|
||||
{% endfor %}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue