misc(cliff): Synced cliff-releases.toml with cliff.toml changes (#1815)

This commit is contained in:
Roman Kelesidis 2025-02-08 07:02:52 +03:00 committed by GitHub
commit f2aea92b3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,12 +61,14 @@ body = """
## New Contributors ❤️
{% endif %}\
{% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %}
* [@{{ contributor.username }}](https://github.com/{{ contributor.username }}) made their first contribution
* @{{ contributor.username }} made their first contribution
{%- if contributor.pr_number %} in \
[#{{ contributor.pr_number }}]({{ self::remote_url() }}/pull/{{ contributor.pr_number }}) \
{%- endif %}
{%- endfor -%}
{%- endif %}
"""
# template for the changelog footer
footer = """