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