From f8f81b9e2f9068b13f7cd0063d885521ffd4e67a Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Wed, 30 Mar 2016 11:14:58 -0400 Subject: [PATCH] DOC: Changed doc back to using --tags since --follow-tags only works for annotated tags --- docs/source/release-process.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/release-process.rst b/docs/source/release-process.rst index e9c21531..ee59b8fb 100644 --- a/docs/source/release-process.rst +++ b/docs/source/release-process.rst @@ -40,7 +40,7 @@ To upgrade the version use the git tag command like: .. code-block:: bash $ git tag .. - $ git push --follow-tags + $ git push && git push --tags This will push the the code and the tag information.