From 05435a35edb525044e929f1c91ace14cd2f75756 Mon Sep 17 00:00:00 2001 From: Erosika Date: Mon, 27 Apr 2026 12:47:16 -0400 Subject: [PATCH] chore(release): map honcho-consolidation contributor emails Adds AUTHOR_MAP entries for the 5 cherry-picked authors in #15381 so the contributor-attribution CI check passes. --- scripts/release.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/release.py b/scripts/release.py index 1fb84cb3..2f0c3be3 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -557,6 +557,12 @@ AUTHOR_MAP = { "mor.aleksandr@yahoo.com": "MorAlekss", "ash@users.noreply.github.com": "ash", "andrewho.sf@gmail.com": "andrewhosf", + # April 2026 Honcho bug-fix consolidation (#15381) + "HiddenPuppy@users.noreply.github.com": "HiddenPuppy", + "code@sasha.id": "sasha-id", + "dontcallmejames@users.noreply.github.com": "dontcallmejames", + "hekaru.agent@gmail.com": "hekaru-agent", + "jas9000@gmail.com": "twozle", }