update authors list for 2.8.3 and add a log command to the howto

This commit is contained in:
Ronny Pfannschmidt 2015-11-18 17:55:18 +01:00
parent 2b5c46b2ab
commit d04505553e
2 changed files with 14 additions and 8 deletions

View File

@ -8,7 +8,9 @@ Note: this assumes you have already registered on pypi.
2. Check and finalize CHANGELOG 2. Check and finalize CHANGELOG
3. Write doc/en/announce/release-VERSION.txt and include 3. Write doc/en/announce/release-VERSION.txt and include
it in doc/en/announce/index.txt it in doc/en/announce/index.txt::
git log 2.8.2..HEAD --format='%aN' | sort -u # lists the names of authors involved
4. Use devpi for uploading a release tarball to a staging area:: 4. Use devpi for uploading a release tarball to a staging area::

View File

@ -15,13 +15,17 @@ As usual, you can upgrade from pypi via::
Thanks to all who contributed to this release, among them: Thanks to all who contributed to this release, among them:
Bruno Oliveira Bruno Oliveira
Demian Brecht Florian Bruhin
Florian Bruhin Gabe Hollombe
Ionel Cristian Mărieș Gabriel Reis
Raphael Pierzina Hartmut Goebel
Ronny Pfannschmidt John Vandenberg
holger krekel Lee Kamentsky
Michael Birtwell
Raphael Pierzina
Ronny Pfannschmidt
William Martin Stewart
Happy testing, Happy testing,
The py.test Development Team The py.test Development Team