diff --git a/AUTHORS b/AUTHORS index 33ff568..b36fa9b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,27 +1,41 @@ +Alan Coopersmith Alexander Dahl +Alexandru Ardelean andy5995 +Aram Poghosyan Björn Esser +BonsaY changyong guo chenguoping +Chris Lamb Christopher Head Chris Wolfe C. Watford (christopher.watford@gmail.com) Darjan Krijan David McCann +DeX77 dota17 Eric Haszlakiewicz Eric Hawicz +Even Rouault Gianluigi Tiesi grdowns +Hex052 hofnarr +ihsinme <61293369+ihsinme@users.noreply.github.com> Ivan Romanov Jaap Keuter +Jakov Smolic janczer Jehan Jehiah Czebotar Jonathan Wiens Jose Bollo +José Bollo +Juuso Alasuutari Keith Holman +Kizuna-Meraki +Leon Gross Liang, Gao Marc <34656315+MarcT512@users.noreply.github.com> max @@ -29,13 +43,19 @@ Micah Snyder Michael Clark myd7349 Pascal Cuoq +Pawday +Philosoph228 Pierce Lopez Po-Chuan Hsieh Ramiro Polla Rikard Falkeborn +Robert Bielik Robert +Rosen Penev Rubasri Kalidas Simon McVittie +ssrlive <30760636+ssrlive@users.noreply.github.com> +Tobias Nießen Tobias Stoeckmann Tudor Brindus Unmanned Player <36690541+unmanned-player@users.noreply.github.com> diff --git a/RELEASE_CHECKLIST.txt b/RELEASE_CHECKLIST.txt index 9f6b6db..e8d2943 100644 --- a/RELEASE_CHECKLIST.txt +++ b/RELEASE_CHECKLIST.txt @@ -24,7 +24,8 @@ the _new_ release version. * Update the AUTHORS file - git log -r 31ab57ca..HEAD | grep Author: | sed -e's/Author: //' ; cat AUTHORS ) | sort -u > A1 + PREV=$(git tag | tail -1) + ( git log -r ${PREV}..HEAD | grep Author: | sed -e's/Author: //' ; cat AUTHORS ) | sort -u > A1 mv A1 AUTHORS * Exclude mentioning changes that have already been included in a point