From 6ab41598a369067e4b17567dcd9a8589b429c078 Mon Sep 17 00:00:00 2001 From: cat-that's-fat Date: Fri, 17 Jul 2026 10:13:54 -0700 Subject: [PATCH] chore: fix contributor attribution for desktop PR --- scripts/release.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/release.py b/scripts/release.py index b37396f6af33e..8f1fb1c7e95dc 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -44,6 +44,8 @@ PYPROJECT_FILE = REPO_ROOT / "pyproject.toml" # This dict is kept only so existing history keeps resolving; the effective # AUTHOR_MAP below merges it with the directory (directory wins). LEGACY_AUTHOR_MAP = { + "declanbatesmith@outlook.com": "cat-thats-fat", # PR #60489 (desktop: first-run remote connection option) + "drbs2004@me.com": "cat-thats-fat", # PR #60489 (desktop: first-run remote connection option; historical merge email) "122438640+ragingbulld@users.noreply.github.com": "ragingbulld", # PR #65606 salvage (non-finite API wait deadlines; #65746) "zzpigpinggai@users.noreply.github.com": "zzpigpinggai", # PR #66017 salvage of #63617 (OpenRouter explicit-provider picker visibility) "stellarisw@users.noreply.github.com": "StellarisW", # PR #66222 salvage (Discord WebSocket liveness + systemd watchdog; #26656 follow-up)