[Pytest-commit] commit/pytest: hpk42: more streamlining of release checklist

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Apr 2 10:57:58 CEST 2015


1 new commit in pytest:

https://bitbucket.org/pytest-dev/pytest/commits/d78309fb516d/
Changeset:   d78309fb516d
Branch:      release-checklist
User:        hpk42
Date:        2015-04-02 08:55:24+00:00
Summary:     more streamlining of release checklist
Affected #:  1 file

diff -r d79d71cff698b3ff84f3591e66b9b13288d027cb -r d78309fb516d07086b8c29134977fbc510c49bab doc/en/release.txt
--- a/doc/en/release.txt
+++ b/doc/en/release.txt
@@ -1,7 +1,7 @@
 pytest release checklist
 -------------------------
 
-For doing a release of pytest (status April 2015) this checklist is used:
+For doing a release of pytest (status April 2015) this rough checklist is used:
 
 1. change version numbers in ``_pytest/__init__.py`` to the to-be-released version.
    (the version number in ``setup.py`` reads from that init file as well)
@@ -33,8 +33,11 @@
 8. Once you have sufficiently passing tox tests you can do the actual release::
 
      cd doc/en/
-     make install
-     make install-pdf  # a bit optional, if you have latex packages installed
+     make install      # will install to 2.7, 2.8, ... according to _pytest/__init__.py
+     make install-pdf  # optional, requires latex packages installed
+     ssh pytest-dev at pytest.org # MANUAL: symlink "pytest.org/latest" to the just
+                               # installed release docs
+                               # browse to pytest.org to see
 
      devpi push pytest-VERSION pypi:NAME
      hg ci -m "... finalized pytest-VERSION"
@@ -44,9 +47,8 @@
 9. send out release announcement to pytest-dev at python.org,
     testing-in-python at lists.idyll.org and python-announce-list at python.org .
 
-10. **after the release** bump the version numbers in ``setup.py``,
-    ``_pytest/__init__.py``, ``doc/en/conf.py`` to the next Minor release
-    version (i.e. if you released ``pytest-2.8.0``, set it to ``pytest-2.9.0.dev1``)
-    and set ``SITETARGET=dev`` in ``doc/en/makefile``. Commit.
+10. **after the release** bump the version number in ``_pytest/__init__.py``,
+    to the next Minor release version (i.e. if you released ``pytest-2.8.0``,
+    set it to ``pytest-2.9.0.dev1``).
 
 11. already done :)

Repository URL: https://bitbucket.org/pytest-dev/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the pytest-commit mailing list