Small improvements to HOWTORELEASE

This commit is contained in:
Bruno Oliveira
2018-02-19 18:05:04 -03:00
parent 11e3599785
commit c39cd10ae5

View File

@@ -26,13 +26,11 @@ To publish a new release ``X.Y.Z``, the steps are as follows:
#. Install ``pytest-xdist`` and dev requirements in a virtualenv:: #. Install ``pytest-xdist`` and dev requirements in a virtualenv::
$ pip install -e . -r dev-requirements.txt $ pip install -e . -U -r dev-requirements.txt
#. Update ``CHANGELOG.rst`` file by running:: #. Update ``CHANGELOG.rst`` file by running::
$ towncrier --version X.Y.Z $ towncrier --version X.Y.Z --yes
It might ask for confirmation to remove news fragments; answer yes.
#. Commit and push the branch for review. #. Commit and push the branch for review.