From f2aea92b3d79d72254e696fde31ad9b4bec5dcd0 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 8 Feb 2025 07:02:52 +0300 Subject: [PATCH] misc(cliff): Synced `cliff-releases.toml` with `cliff.toml` changes (#1815) --- cliff-releases.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cliff-releases.toml b/cliff-releases.toml index a516c7b5f..ddef786ee 100644 --- a/cliff-releases.toml +++ b/cliff-releases.toml @@ -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 = """