From 55ff41046cb93174c2382ff00853f0cd58eab908 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Tue, 9 Jun 2020 08:48:14 -0700 Subject: [PATCH] Add @TylerLeonhardt to powershell team list to correct changelog generation --- tools/releaseTools.psm1 | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/releaseTools.psm1 b/tools/releaseTools.psm1 index d67e76c1a53..7f181c3f522 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.