We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8411393 commit 6232eb5Copy full SHA for 6232eb5
1 file changed
README-dev.rst
@@ -9,9 +9,9 @@ Releasing
9
* When in doubt, follow PEP 440 versioning
10
* Add the new version in ``docs.yaml``
11
12
-* Commit the changelog and version changes
+* Commit the changelog and version changes, e.g. ``git commit -m'version 1.0.0'``
13
* 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``
+* Push the tag and new ``master``: ``git push origin 1.0.0 ; git push origin master``
15
* Upload the package to pypi::
16
17
python setup.py register
0 commit comments