diff --git a/cliff.toml b/cliff.toml index 5f7dfa7ff..0543c065d 100644 --- a/cliff.toml +++ b/cliff.toml @@ -42,7 +42,7 @@ body = """ {% if github.contributors | filter(attribute="is_first_time", value=true) | length != 0 -%} ### New Contributors {% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %} - * @{{ contributor.username }} made their first contribution + - @{{ contributor.username }} made their first contribution {%- if contributor.pr_number %} in \ [#{{ contributor.pr_number }}]($REPO/pull/{{ contributor.pr_number }})\ {% endif %}\