From 92947d32681da674b5ca5275c09a9124fa416bb5 Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Tue, 29 Mar 2016 10:59:33 -0400 Subject: [PATCH] DOC: Push release commits and tags together --- docs/source/release-process.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/release-process.rst b/docs/source/release-process.rst index c2d48484..367373b7 100644 --- a/docs/source/release-process.rst +++ b/docs/source/release-process.rst @@ -37,8 +37,7 @@ To upgrade the version use the git tag command like: .. code-block:: bash $ git tag .. - $ git push - $ git push --tags + $ git push --follow-tags This will push the the code and the tag information.