docs: update maintainer for changelog script

This commit is contained in:
xrkffgg 2022-02-28 09:59:22 +08:00 committed by GitHub
parent 1a2ced6874
commit 7161579a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ const MAINTAINERS = [
'Rustin-Liu', 'Rustin-Liu',
'fireairforce', 'fireairforce',
'kerm1it', 'kerm1it',
'MadCcc',
].map(author => author.toLowerCase()); ].map(author => author.toLowerCase());
const cwd = process.cwd(); const cwd = process.cwd();