From 5b32c9fc66ba36113ecd8792990e1484db79cbfe Mon Sep 17 00:00:00 2001 From: Ayman Kamal Date: Sat, 2 May 2026 01:45:37 -0400 Subject: [PATCH] chore: add A-kamal to AUTHOR_MAP for PR #18678 --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index 2011085f010..1704b1a20f9 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -923,6 +923,7 @@ AUTHOR_MAP = { "agentsmithlaor@gmail.com": "oferlaor", # PR #22356 salvage (cron origin sender identity) "jhin.lee@unity3d.com": "leehack", # PR #22053 salvage (telegram DM topic reply fallback) # pander: empty email, salvaged via PR #19665 from #16126 by @ms-alan + "ayman.a.kamal@hotmail.com": "A-kamal", # PR #18678 (xAI image resolution fix) }