From eaee9a3f2191aa9a9831c0795cd8cb7619beee80 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Tue, 9 Jun 2020 10:30:46 -0700 Subject: [PATCH] Add @TylerLeonhardt to PowerShell team list to correct changelog generation (#12927) --- tools/releaseTools.psm1 | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/releaseTools.psm1 b/tools/releaseTools.psm1 index d67e76c1a..7f181c3f5 100644 --- a/tools/releaseTools.psm1 +++ b/tools/releaseTools.psm1 @@ -37,6 +37,7 @@ $Script:powershell_team = @( "Travis Plunk" "dependabot-preview[bot]" "Joey Aiello" + "Tyler James Leonhardt" ) # They are very active contributors, so we keep their email-login mappings here to save a few queries to Github.