We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1570179 commit 6912aaaCopy full SHA for 6912aaa
cliff.toml
@@ -43,7 +43,7 @@ body = """
43
{% if github.contributors | filter(attribute="is_first_time", value=true) | length != 0 %}
44
## New Contributors ❤️
45
{% endif %}\
46
-{% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %}
+{% for contributor in github.contributors | filter(attribute="is_first_time", value=true) | sort(attribute="username") %}
47
* @{{ contributor.username }} made their first contribution
48
{%- endfor -%}
49
{%- endif %}\n\n
0 commit comments