authors
This commit is contained in:
parent
b9543209aa
commit
fdbc9af51f
2 changed files with 2 additions and 2 deletions
|
|
@ -12,4 +12,3 @@
|
|||
- Liam Gray <liam.r.gray@gmail.com>
|
||||
|
||||
#### Generated by bin/update-authors.sh.
|
||||
|
||||
|
|
|
|||
|
|
@ -9,12 +9,13 @@ BEGIN {
|
|||
while (<>) {
|
||||
next if $seen{$_};
|
||||
next if /<support\@greenkeeper.io>/;
|
||||
next if /<ungoldman\@gmail.com>/;
|
||||
$seen{$_} = push @authors, "- ", $_;
|
||||
}
|
||||
END {
|
||||
print "# Authors\n\n";
|
||||
print "#### Ordered by first contribution.\n\n";
|
||||
print @authors, "\n";
|
||||
print "#### Generated by bin/update-authors.sh.\n\n";
|
||||
print "#### Generated by bin/update-authors.sh.\n";
|
||||
}
|
||||
' > AUTHORS.md
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue