Skip to content

Commit 6232eb5

Browse files
committed
improve release documentation
1 parent 8411393 commit 6232eb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README-dev.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Releasing
99
* When in doubt, follow PEP 440 versioning
1010
* Add the new version in ``docs.yaml``
1111

12-
* Commit the changelog and version changes
12+
* Commit the changelog and version changes, e.g. ``git commit -m'version 1.0.0'``
1313
* Tag the release. For example: ``git tag -a 1.0.0 -m 'version 1.0.0'``
14-
* Push the commit and tag: ``git push --tags origin master``
14+
* Push the tag and new ``master``: ``git push origin 1.0.0 ; git push origin master``
1515
* Upload the package to pypi::
1616

1717
python setup.py register

0 commit comments

Comments
 (0)