Skip to content

Commit bb0a237

Browse files
committed
chore: update CHANGELOG template
1 parent 855d106 commit bb0a237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cliff.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ body = """
2222
{% for group, commits in commits | group_by(attribute="group") %}
2323
### {{ group | upper_first }}
2424
{% for commit in commits %}
25-
- {% if commit.breaking %}[**breaking**] {% endif %}{{ commit.message | upper_first }}\
26-
{% endfor %}
25+
- {{ commit.message | upper_first }} by @{{ commit.author.name}}
26+
{%- endfor %}
2727
{% endfor %}\n
2828
"""
2929
# remove the leading and trailing whitespace from the template

0 commit comments

Comments
 (0)