Skip to content

Commit ec25f86

Browse files
authored
chore(cliff): fix heading level for new contributors (#425)
1 parent 729cbfb commit ec25f86

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

cliff.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,14 @@ body = """
3535
{% endfor %}
3636
3737
{%- if github.contributors | filter(attribute="is_first_time", value=true) | length != 0 %}
38-
## New Contributors
38+
### New Contributors
3939
{%- endif -%}
40-
4140
{% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %}
42-
* @{{ contributor.username }} made their first contribution
43-
{%- if contributor.pr_number %} in \
44-
[#{{ contributor.pr_number }}]({{ self::remote_url() }}/pull/{{ contributor.pr_number }}) \
45-
{%- endif %}
46-
{%- endfor %}\n
41+
- @{{ contributor.username }} made their first contribution
42+
{%- if contributor.pr_number %} in \
43+
[#{{ contributor.pr_number }}]({{ self::remote_url() }}/pull/{{ contributor.pr_number }}) \
44+
{%- endif %}
45+
{%- endfor %}\n\n
4746
"""
4847
# template for the changelog footer
4948
footer = """

0 commit comments

Comments
 (0)