From dad461b1272d9ea38534b0c15ca6b5b964ae37c8 Mon Sep 17 00:00:00 2001 From: John Chilton <jmchilton@gmail.com> Date: Sun, 12 Apr 2015 23:05:55 -0400 Subject: [PATCH] Docfixes for new developing.rst. --- docs/developing.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/developing.rst b/docs/developing.rst index bdec3022..c048857b 100644 --- a/docs/developing.rst +++ b/docs/developing.rst @@ -32,16 +32,15 @@ are fine. * Review ``git status`` for missing files. * 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 release date and description in ``HISTORY.rst``. * ``make docs`` and review changelog. * ``git add HISTORY.rst planemo/__init__.py; git commit -m "Version <version>"`` * ``make release`` - * Review `Test PyPI site <https://testpypi.python.org/pypi/planemo>`_ - for errors - * Test intall ``pip install -i https://testpypi.python.org/pypi planemo``. -* ``make release`` + * Review `Test PyPI site <https://testpypi.python.org/pypi/planemo>`_ + for errors. + * Test intall ``pip install -i https://testpypi.python.org/pypi planemo``. * ``git tag <release>`` * 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"`` -- GitLab