Skip to content
Snippets Groups Projects
Commit dad461b1 authored by John Chilton's avatar John Chilton
Browse files

Docfixes for new developing.rst.

parent 6556c48a
No related branches found
No related tags found
No related merge requests found
...@@ -32,16 +32,15 @@ are fine. ...@@ -32,16 +32,15 @@ are fine.
* Review ``git status`` for missing files. * Review ``git status`` for missing files.
* Verify the latest Travis CI builds pass. * Verify the latest Travis CI builds pass.
* ``make clean && make lint && make test`` * ``make clean && make lint && make tests``
* Update version info in ``planemo/__init__.py`` (drop ``.dev0`` suffix). * Update version info in ``planemo/__init__.py`` (drop ``.dev0`` suffix).
* Update release date and description in ``HISTORY.rst``. * Update release date and description in ``HISTORY.rst``.
* ``make docs`` and review changelog. * ``make docs`` and review changelog.
* ``git add HISTORY.rst planemo/__init__.py; git commit -m "Version <version>"`` * ``git add HISTORY.rst planemo/__init__.py; git commit -m "Version <version>"``
* ``make release`` * ``make release``
* Review `Test PyPI site <https://testpypi.python.org/pypi/planemo>`_ * Review `Test PyPI site <https://testpypi.python.org/pypi/planemo>`_
for errors for errors.
* Test intall ``pip install -i https://testpypi.python.org/pypi planemo``. * Test intall ``pip install -i https://testpypi.python.org/pypi planemo``.
* ``make release``
* ``git tag <release>`` * ``git tag <release>``
* Update version info in ``pulsar/__init__.py`` (n+1.dev0) and create new entry in HISTORY.rst. * Update version info in ``pulsar/__init__.py`` (n+1.dev0) and create new entry in HISTORY.rst.
* ``git add HISTORY.rst pulsar/__init__.py; git commit -m "Start work on new version"`` * ``git add HISTORY.rst pulsar/__init__.py; git commit -m "Start work on new version"``
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment