From 2214ab1073162fd3784c4ca98c518fc4b29690ab Mon Sep 17 00:00:00 2001 From: teknium1 <127238744+teknium1@users.noreply.github.com> Date: Thu, 7 May 2026 11:20:15 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20fix=20AUTHOR=5FMAP=20for=20johnsonblak?= =?UTF-8?q?e1@gmail.com=20=E2=86=92=20voteblake?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The existing mapping pointed to the wrong GitHub user (blakejohnson, id 866695, IBM) — the email actually belongs to voteblake (id 5585957), confirmed via search/commits?author-email. Mis-credited since 323ca7084. --- scripts/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.py b/scripts/release.py index 74a4129cab..c635f0cf2a 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -425,7 +425,7 @@ AUTHOR_MAP = { "camilo@tekelala.com": "tekelala", "vincentcharlebois@gmail.com": "vincentcharlebois", "aryan@synvoid.com": "aryansingh", - "johnsonblake1@gmail.com": "blakejohnson", + "johnsonblake1@gmail.com": "voteblake", "hcn518@gmail.com": "pedh", "haileymarshall005@gmail.com": "haileymarshall", "greer.guthrie@gmail.com": "g-guthrie",