update authors list for 2.8.3 and add a log command to the howto
This commit is contained in:
parent
2b5c46b2ab
commit
d04505553e
|
@ -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::
|
||||||
|
|
||||||
|
|
|
@ -16,12 +16,16 @@ 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
|
||||||
Ionel Cristian Mărieș
|
Gabe Hollombe
|
||||||
|
Gabriel Reis
|
||||||
|
Hartmut Goebel
|
||||||
|
John Vandenberg
|
||||||
|
Lee Kamentsky
|
||||||
|
Michael Birtwell
|
||||||
Raphael Pierzina
|
Raphael Pierzina
|
||||||
Ronny Pfannschmidt
|
Ronny Pfannschmidt
|
||||||
holger krekel
|
William Martin Stewart
|
||||||
|
|
||||||
Happy testing,
|
Happy testing,
|
||||||
The py.test Development Team
|
The py.test Development Team
|
||||||
|
|
Loading…
Reference in New Issue