From aea950390940681ceca01bcfeeca8b1f928347d2 Mon Sep 17 00:00:00 2001 From: Muhammad Fauzan Date: Sun, 26 Jun 2022 16:53:48 +0700 Subject: [PATCH] Update update-authors.js --- dev/update-authors.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/update-authors.js b/dev/update-authors.js index 251cee5..9e98d7e 100644 --- a/dev/update-authors.js +++ b/dev/update-authors.js @@ -31,7 +31,8 @@ output.write('# Authors ordered by first contribution.\n\n'); const seen = new Set(); // exclude emails from /AUTHORS file -const excludeEmails = new Set(['', '', '']); +// const excludeEmails = new Set(['']); +const excludeEmails = new Set(); // Support regular git author metadata, as well as `Author:` and // `Co-authored-by:` in the message body. Both have been used in the past