From ca28c630c76525a65d1c2e69e441fac32c1f763d Mon Sep 17 00:00:00 2001 From: kshitijk4poor <82637225+kshitijk4poor@users.noreply.github.com> Date: Thu, 18 Jun 2026 13:09:34 +0530 Subject: [PATCH] chore(release): map infinitycrew39 author email Add infinitycrew39@gmail.com -> infinitycrew39 to AUTHOR_MAP so the contributor audit resolves the two cherry-picked commits from the #47945 langfuse trace-scope salvage (merged as #48292) to a GitHub handle instead of flagging them as an unmapped author email. --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index 455c6a94d29..36cc15008a0 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -1569,6 +1569,7 @@ AUTHOR_MAP = { "bsmith@bramarstrategicservices.com": "bcsmith528", # PR #20589 salvage (register_slack_action_handler plugin API) "sunsky.lau@gmail.com": "liuhao1024", # PR #45494 salvage (claim session slot before auto-resume task; #45456) "andrewdmwalker@gmail.com": "capt-marbles", # PR #38440 salvage (resolve xAI OAuth credentials across profiles; #43589) + "infinitycrew39@gmail.com": "infinitycrew39", # PR #47945 salvage (scope langfuse trace state by turn/request ids; #48292) }