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.