chore: update changelog format for breaking change

This commit is contained in:
Methapon Metanipat 2024-10-30 13:09:52 +07:00
parent 5829c0bb6f
commit e151230986
2 changed files with 13 additions and 13 deletions

View file

@ -23,7 +23,7 @@ body = """
### {{ group | striptags | trim | upper_first }}
{% for commit in commits | unique(attribute="message") %}
- {% if commit.scope %}*({{ commit.scope }})* {% endif %}\
{% if commit.breaking %}[**breaking**] {% endif %}\
{% if commit.breaking %}💥**breaking**💥 {% endif %}\
{{ commit.message | upper_first }}\
{% endfor %}
{% endfor %}\n