Skip to content

Commit 212e536

Browse files
authored
chore: Update release-plz.toml
1 parent 8939b01 commit 212e536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-plz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git_release_body = """
77
{{ changelog }}
88
{% if remote.contributors %}
99
### Contributors
10-
{% for contributor in remote.contributors %}
10+
{% for contributor in remote.contributors | unique(attribute="username") %}
1111
* @{{ contributor.username }}
1212
{% endfor %}
1313
{% endif %}

0 commit comments

Comments
 (0)