From e90508103cac1d3b27f0455d29fbda17c49ead92 Mon Sep 17 00:00:00 2001 From: snav Date: Wed, 13 May 2026 19:56:31 -0400 Subject: [PATCH] chore(release): map jake@nousresearch.com and simpolism@gmail.com to @simpolism Both addresses route to the same GitHub account (@simpolism / snav). Adding the mappings here keeps release notes from showing two separate contributors for what is one person's work, and unblocks subsequent PRs from this account that would otherwise each need their own scripts/release.py noise. --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index 9932dfd55ee..714a44a9d3c 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -45,6 +45,7 @@ AUTHOR_MAP = { "dafeng@DafengdeMacBook-Pro.local": "WorldWriter", "32201324+simpolism@users.noreply.github.com": "simpolism", "simpolism@gmail.com": "simpolism", + "jake@nousresearch.com": "simpolism", "mgongzai@gmail.com": "vKongv", "0x.badfriend@gmail.com": "discodirector", "altriatree@gmail.com": "TruaShamu",