Skip to content

Commit

Permalink
More refinements to docs/developing.rst.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Feb 22, 2015
1 parent bf7ac25 commit 29fd565
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/developing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ are fine.
* Update version info in ``planemo/__init__.py`` (drop ``.dev0`` suffix).
* Update release date and description in ``HISTORY.rst``.
* ``make docs`` and review changelog.
* ``git commit``
* ``git add HISTORY.rst planemo/__init__.py; git commit -m "Version <version>"``
* ``make release-test``
* Review `Test PyPI <https://testpypi.python.org/pypi/planemo>`_ for errors (install with ``pip install -i https://testpypi.python.org/pypi planemo``).
* ``make release``
* ``git tag <release>``
* Update version info in ``planemo/__init__.py`` (n+1.dev0).
* ``git commit``
* Update version info in ``planemo/__init__.py`` (n+1.dev0) and create new entry in HISTORY.rst.
* ``git add HISTORY.rst planemo/__init__.py; git commit -m "Start work on new version"``
* ``git push origin``
* ``git push --tags origin``
* Update planemo homebrew recipe to new version.

0 comments on commit 29fd565

Please sign in to comment.