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 39d51b9 commit 7e35ff5Copy full SHA for 7e35ff5
1 file changed
cliff.toml
@@ -51,7 +51,7 @@ body = """
51
{% endfor -%}
52
{%- if github -%}
53
{% if github.contributors | filter(attribute="is_first_time", value=true) | length != 0 %}
54
- ## New Contributors ❤️
+ ## ❤️ New Contributors
55
{% endif %}\
56
{% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %}
57
* @{{ contributor.username }} made their first contribution
0 commit comments