DOC: Changed doc back to using --tags

since --follow-tags only works for annotated tags
This commit is contained in:
Richard Frank
2016-03-30 11:14:58 -04:00
parent 051f7ff114
commit f8f81b9e2f
+1 -1
View File
@@ -40,7 +40,7 @@ To upgrade the version use the git tag command like:
.. code-block:: bash
$ git tag <major>.<minor>.<micro>
$ git push --follow-tags
$ git push && git push --tags
This will push the the code and the tag information.