From 3a8d643d373cc4d2793dff612b5fe58b5669e2f2 Mon Sep 17 00:00:00 2001 From: firefly Date: Fri, 29 May 2026 23:26:06 -0400 Subject: [PATCH] chore(release): map caojiguang@gmail.com in AUTHOR_MAP The fix commit preserves @caojiguang's authorship (from #31853); the release-notes AUTHOR_MAP gate requires their email to map to a GitHub username. --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index 3eea81452..0e5b7845a 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -1201,6 +1201,7 @@ AUTHOR_MAP = { "zhicheng.han@mathematik.uni-goettingen.de": "hanzckernel", # PR #20311 (api-server approval events) "agentsmithlaor@gmail.com": "oferlaor", # PR #22356 salvage (cron origin sender identity) "jhin.lee@unity3d.com": "leehack", # PR #22053 salvage (telegram DM topic reply fallback) + "caojiguang@gmail.com": "caojiguang", # PR #35117 carries #31853 (weixin _api_post/_api_get wait_for) # 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) # Kanban bug-fix batch salvage (May 2026)