From 53bba7085455afce1d131e2ddfeb9d0be3689115 Mon Sep 17 00:00:00 2001 From: kshitijk4poor <82637225+kshitijk4poor@users.noreply.github.com> Date: Sat, 6 Jun 2026 01:04:25 +0530 Subject: [PATCH] chore: add ohMyJason to AUTHOR_MAP --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index 35f9215aec1..5c424e17242 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -1448,6 +1448,7 @@ AUTHOR_MAP = { "nicsequenzy@gmail.com": "polnikale", # PR #35717 (discover Playwright headless_shell browser) "wasdhkzk@gmail.com": "whyhkzk", # PR #32407 (sandbox-mirror inner-container guard; commits authored as whyhkzk + zhukun) "leonard@sellem.me": "leonardsellem", # PR #37405 (desktop WS origin guard on remote/Tailscale binds) + "42903577+ohMyJason@users.noreply.github.com": "ohMyJason", # PR #29810 (discover_models in custom_providers section 4) }