chore: update changelog format for breaking change
This commit is contained in:
parent
5829c0bb6f
commit
e151230986
2 changed files with 13 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue