mirror of
https://github.com/stisla/stisla.git
synced 2025-08-30 11:30:07 +02:00
Update update-authors.js
This commit is contained in:
@@ -31,7 +31,8 @@ output.write('# Authors ordered by first contribution.\n\n');
|
|||||||
const seen = new Set();
|
const seen = new Set();
|
||||||
|
|
||||||
// exclude emails from <ROOT>/AUTHORS file
|
// exclude emails from <ROOT>/AUTHORS file
|
||||||
const excludeEmails = new Set(['<bot@renovateapp.com>', '<support@greenkeeper.io>', '<mail@sequelizejs.com>']);
|
// const excludeEmails = new Set(['<bot@renovateapp.com>']);
|
||||||
|
const excludeEmails = new Set();
|
||||||
|
|
||||||
// Support regular git author metadata, as well as `Author:` and
|
// Support regular git author metadata, as well as `Author:` and
|
||||||
// `Co-authored-by:` in the message body. Both have been used in the past
|
// `Co-authored-by:` in the message body. Both have been used in the past
|
||||||
|
Reference in New Issue
Block a user