Skip to content

Commit 195aeef

Browse files
authored
Update CONTRIBUTORS.txt and generation script (#546)
* Update CONTRIBUTORS.txt and generate script * Update mailmap
1 parent 8927764 commit 195aeef

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.mailmap

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
Nicholas Trienens <[email protected]> Nicholas Trienens <[email protected]>
1+
Nicholas Trienens <[email protected]> Nicholas Trienens <[email protected]>
2+
Adam Fowler <[email protected]> adam-fowler <[email protected]>
3+
Adam Fowler <[email protected]> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4+
Adam Fowler <[email protected]> hummingbird-automation[bot] <168462326+hummingbird-automation[bot]@users.noreply.github.com>

CONTRIBUTORS.txt

+11-2
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,31 @@ needs to be listed here.
1212

1313
- Adam Fowler <[email protected]>
1414
- Aleph Retamal <[email protected]>
15+
- Andreas Ley <[email protected]>
1516
- Brian Michel <[email protected]>
17+
- Callum Todd <[email protected]>
1618
1719
- Derek Clarkson <[email protected]>
1820
- Florion <[email protected]>
1921
2022
- Joannis Orlandos <[email protected]>
23+
- Jonathan Pulfer <[email protected]>
24+
- Lorenzo Fiamingo <[email protected]>
25+
- Mirza Učanbarlić <[email protected]>
2126
- Moritz Lang <[email protected]>
27+
- Runar Hummelsund <[email protected]>
2228
- Simon Leeb <[email protected]>
2329
- Tanner Silva <[email protected]>
2430
- Tibor Bödecs <[email protected]>
25-
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
26-
- hummingbird-automation[bot] <168462326+hummingbird-automation[bot]@users.noreply.github.com>
2731
- taylorswift <[email protected]>
2832
- 0xpablo <[email protected]>
33+
- Michael Stegeman <[email protected]>
2934
- Ronald Mannak <[email protected]>
3035
- Nicholas Trienens <[email protected]>
36+
- Mahdi Bahrami <[email protected]>
37+
- Joseph Heck <[email protected]>
38+
- Stevenson Michel <[email protected]>
39+
- Thomas Krajacic <[email protected]>
3140
- Gao Lei <[email protected]>
3241
3342
- Kia Abdi <[email protected]>

scripts/generate-contributors-list.sh

+3
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,11 @@ get_contributors hummingbird-fluent
4545
get_contributors hummingbird-lambda
4646
get_contributors hummingbird-mustache
4747
get_contributors hummingbird-redis
48+
get_contributors hummingbird-postgres
49+
get_contributors hummingbird-websocket
4850
get_contributors hummingbird-examples
4951

52+
5053
CONTRIBUTORS=$(awk '!a[$0]++' <<< """$CONTRIBUTORS""")
5154

5255
cat > "$here/../CONTRIBUTORS.txt" <<- EOF

0 commit comments

Comments
 (0)