Skip to content

Commit

Permalink
style(CHANGELOG): improve formatting of committer info
Browse files Browse the repository at this point in the history
  • Loading branch information
engeir committed Dec 11, 2023
1 parent d889f5d commit 64d91a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ body = """
{% for group, commits in commits | group_by(attribute="group") %}
### {{ group | upper_first }}
{% for commit in commits %}
- {% if commit.breaking %}[**breaking**] {% endif %}{{ commit.message | upper_first }} {{ commit.committer.name }} <{{ commit.committer.email }}> {{ commit.committer.timestamp | date(format="%Y-%m-%d") }}\
- {% if commit.breaking %}[**breaking**] {% endif %}{{ commit.message | upper_first }} // ({{ commit.committer.name }} <{{ commit.committer.email }}> {{ commit.committer.timestamp | date(format="%Y-%m-%d") }})\
{% endfor %}
{% endfor %}\n
"""
Expand Down

0 comments on commit 64d91a4

Please sign in to comment.