From c458d8c8a4c810271ac2474fcb9412651edc8c86 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Sat, 12 Oct 2024 17:11:44 -0500 Subject: [PATCH] chore: use dashes in CHANGELOG --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 069ce3a..680b9d4 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 %}\