From 66851dc4137443ebd21322d92bab253b0b056fb8 Mon Sep 17 00:00:00 2001 From: kshitij <82637225+kshitijk4poor@users.noreply.github.com> Date: Mon, 25 May 2026 23:15:56 -0700 Subject: [PATCH] chore: add krislidimo to AUTHOR_MAP for PR #29775 (#32434) --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index 1324969ce0c..ea1ed052d82 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -1316,6 +1316,7 @@ AUTHOR_MAP = { "chenglunhu@gmail.com": "hclsys", # PR #31985 (TUI /q alias regression test) "dearmayo@localhost": "ffr31mr", # PR #32103 (SubdirectoryHintTracker workspace boundary) "TheOnlyMika@users.noreply.github.com": "TheOnlyMika", # PR #32155 (dashboard XSS + defusedxml) + "krislidimo@gmail.com": "krislidimo", # PR #29775 (tighten Telegram table row-group spacing; drop redundant first bullet) }