Skip to content

Commit 3203ee7

Browse files
committed
fix(ci): Attempt to add more commit info to changelog config
1 parent 9391445 commit 3203ee7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body = """
1919
{% for group, commits in commits | group_by(attribute="group") %}
2020
### {{ group | upper_first }}
2121
{% for commit in commits %}
22-
- {% if commit.scope %}(**{{ commit.scope }}**) {% endif %}{{ commit.message | upper_first }} by @{{ commit.author.username }} ([{{ commit.id | truncate(length=7, end="") }}](https://github.com/PyDataBlog/simstring_rs/commit/{{ commit.id }}))
22+
- {% if commit.scope %}(**{{ commit.scope }}**) {% endif %}{{ commit.message | upper_first }} by {{ commit.author.name }} ([{{ commit.id | truncate(length=7, end="") }}](https://github.com/PyDataBlog/simstring_rs/commit/{{ commit.id }}))
2323
{% endfor %}
2424
{% endfor %}
2525

0 commit comments

Comments
 (0)