DOC: Push release commits and tags together

This commit is contained in:
Richard Frank
2016-03-29 10:59:33 -04:00
parent b2cd5b48b4
commit 92947d3268
+1 -2
View File
@@ -37,8 +37,7 @@ To upgrade the version use the git tag command like:
.. code-block:: bash
$ git tag <major>.<minor>.<micro>
$ git push
$ git push --tags
$ git push --follow-tags
This will push the the code and the tag information.