# HG changeset patch # User Branko Majic # Date 2017-12-20 14:57:06 # Node ID 8b3c91575b79bb581ba73319fe495bbb51370120 # Parent 85d209d130a028857fac43f17a97bba3c66ab409 Noticket: Fixed a couple of instructions for the release procedure. diff --git a/docs/releasenotes.rst b/docs/releasenotes.rst --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -15,6 +15,11 @@ Release Notes dev --- +Bug-fixes: + +* Fixed minor issues in the release procedure documentation. + [NO TICKET] + 0.3.0 ----- diff --git a/docs/releaseprocedures.rst b/docs/releaseprocedures.rst --- a/docs/releaseprocedures.rst +++ b/docs/releaseprocedures.rst @@ -236,7 +236,7 @@ 7. Push release to PyPI: 2. Push the (tested) built source distribution:: - python setup.py upload + python setup.py sdist upload 8. Clean-up the maintenance branch: @@ -298,8 +298,7 @@ 10. Wrap-up changes on external services 1. Push the changes to upstream repository and its mirror:: - hg push - hg push bitbucket + hg push --new-branch && hg push bitbucket --new-branch 2. Go to `Read the Docs administrative pages `_, and