We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855d106 commit bb0a237Copy full SHA for bb0a237
cliff.toml
@@ -22,8 +22,8 @@ body = """
22
{% for group, commits in commits | group_by(attribute="group") %}
23
### {{ group | upper_first }}
24
{% for commit in commits %}
25
- - {% if commit.breaking %}[**breaking**] {% endif %}{{ commit.message | upper_first }}\
26
- {% endfor %}
+ - {{ commit.message | upper_first }} by @{{ commit.author.name}}
+ {%- endfor %}
27
{% endfor %}\n
28
"""
29
# remove the leading and trailing whitespace from the template
0 commit comments