From 6d9d6c6a34e5855cf3e9b9fae94017627e3f1726 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 10 Jun 2017 10:03:10 -0300 Subject: [PATCH] Update HOWTORELEASE docs --- HOWTORELEASE.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HOWTORELEASE.rst b/HOWTORELEASE.rst index c991dcb..77fef0a 100644 --- a/HOWTORELEASE.rst +++ b/HOWTORELEASE.rst @@ -22,7 +22,7 @@ Steps To publish a new release ``X.Y.Z``, the steps are as follows: -#. Create a new branch named ``release-X.Y.Z``. +#. Create a new branch named ``release-X.Y.Z`` from the latest ``master``. #. Install ``pytest-xdist`` and dev requirements in a virtualenv:: @@ -30,7 +30,7 @@ To publish a new release ``X.Y.Z``, the steps are as follows: #. Update ``CHANGELOG.rst`` file by running:: - $ towncrier + $ towncrier --version X.Y.Z It might ask for confirmation to remove news fragments; answer yes.