From e1b29c474e8a6029198325e9631b5cf1be37ebd6 Mon Sep 17 00:00:00 2001 From: jerilynzheng Date: Mon, 20 Apr 2026 11:02:24 -0700 Subject: [PATCH] chore: register contributor in AUTHOR_MAP for release-note attribution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds zheng.jerilyn@gmail.com → jerilynzheng to scripts/release.py so the check-attribution CI workflow passes. --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index 11e6dbc65e..4cd0c30646 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -319,6 +319,7 @@ AUTHOR_MAP = { "166376523+sjz-ks@users.noreply.github.com": "sjz-ks", "haileymarshall005@gmail.com": "haileymarshall", "aniruddhaadak80@users.noreply.github.com": "aniruddhaadak80", + "zheng.jerilyn@gmail.com": "jerilynzheng", }