summaryrefslogtreecommitdiff
path: root/doc/release-process.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release-process.rst')
-rw-r--r--doc/release-process.rst33
1 files changed, 16 insertions, 17 deletions
diff --git a/doc/release-process.rst b/doc/release-process.rst
index db8260e..e967f41 100644
--- a/doc/release-process.rst
+++ b/doc/release-process.rst
@@ -8,24 +8,23 @@ Release Process
be included in binary distributions.
4. Make sure travis is green for master.
5. Update version numbers in:
- - Changelog
+ - Changelog (also record release date)
- setup.py
- winbuild.py
- www/htdocs/index.php (also update release date)
-6. Copy Changelog to www/htdocs.
-7. Draft release notes, add to RELEASE-NOTES.rst.
-8. ``make docs``.
-9. ``python setup.py sdist``.
-10. Manually test install the built package.
-11. Build windows packages using winbuild.py.
-12. Add windows packages to downloads repo on github.
-13. Tag the new version.
-14. Register new version with pypi - ``python setup.py register``.
-15. Upload source distribution to pypi - ``python setup.py sdist upload``.
+6. Draft release notes, add to RELEASE-NOTES.rst.
+7. ``make docs``.
+8. ``python setup.py sdist``.
+9. Manually test install the built package.
+10. Build windows packages using winbuild.py.
+11. Add windows packages to downloads repo on github.
+12. Tag the new version.
+13. Register new version with pypi - ``python setup.py register``.
+14. Upload source distribution to pypi - ``python setup.py sdist upload``.
This recreates the source distribution.
-16. Add the source distribution to downloads repo on github.
-17. Rsync downloads repo to sourceforge.
-18. Rsync www/htdocs to sourceforge.
-19. Push tag to github pycurl repo.
-20. Announce release on mailing list.
-21. Link to announcement from website.
+15. Add the source distribution to downloads repo on github.
+16. Rsync downloads repo to sourceforge.
+17. Rsync build/www/htdocs to sourceforge.
+18. Push tag to github pycurl repo.
+19. Announce release on mailing list.
+20. Link to announcement from website.