From 39ae25f0abfb701989633907a7ef43e73abe44da Mon Sep 17 00:00:00 2001 From: Laurent Guerard Date: Mon, 22 Jun 2026 16:05:27 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=92=84=20list=20contributors=20as?= =?UTF-8?q?=20plain=20@username=20mentions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Match the native GitHub release style (like python-imcflibs): a simple @username list that GitHub renders with avatar hovercards linking to each profile, instead of inline avatar markup. Co-Authored-By: Claude Opus 4.8 --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index b88b9d8..33b7392 100644 --- a/cliff.toml +++ b/cliff.toml @@ -12,7 +12,7 @@ body = """ ### 👥 Contributors {% for contributor in github.contributors | sort(attribute="username") %}\ -- [@{{ contributor.username }}](https://github.com/{{ contributor.username }}) [@{{ contributor.username }}](https://github.com/{{ contributor.username }}) +* @{{ contributor.username }} {% endfor %} {% endif %}\ """