Meta/Announce: catch tested-by trailer, too
Junio C Hamano committed
Jun 10, 2021 at 13:30 UTC
2cf7c155b89f82b059628f2431f0e58e26d3dbf2
1 file changed
+4
-3
Announce
+4
-3
@@ -51,6 +51,7 @@ people () {
51
--group=trailer:reviewed-by \
52
--group=trailer:mentored-by \
53
--group=trailer:helped-by \
54
+ --group=trailer:tested-by \
55
--group=trailer:reported-by \
56
"$@" |
57
sed -e 's/^[ 0-9]*[ ]//' -e 's/$/,/' |
@@ -142,9 +143,9 @@ then
143
144
$(fmt_people "$tmpbase.old")
145
145
- [*] We are counting not just the authorship contribution but
146
- issue reporting, testing and reviewing that are recorded
147
- in the commit trailers.
146
+ [*] We are counting not just the authorship contribution but issue
147
+ reporting, mentoring, helping and reviewing that are recorded in
148
+ the commit trailers.
149
EOF
150
fi
151