We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8939b01 commit 212e536Copy full SHA for 212e536
release-plz.toml
@@ -7,7 +7,7 @@ git_release_body = """
7
{{ changelog }}
8
{% if remote.contributors %}
9
### Contributors
10
-{% for contributor in remote.contributors %}
+{% for contributor in remote.contributors | unique(attribute="username") %}
11
* @{{ contributor.username }}
12
{% endfor %}
13
{% endif %}
0 commit comments