diff --git a/docs/releasing.rst b/docs/releasing.rst index 8e62d12e9f7..43b582e5151 100644 --- a/docs/releasing.rst +++ b/docs/releasing.rst @@ -196,8 +196,9 @@ To setup the branchpoint: # Create the tag and branches on the server git push origin $VERSION-branchpoint - git push origin $VERSION-branchpoint:refs/heads/$VERSION - git push origin $VERSION-branchpoint:refs/heads/staging/$VERSION + git checkout $VERSION-branchpoint + git push origin HEAD:refs/heads/$VERSION + git push origin HEAD:refs/heads/staging/$VERSION Now go to `GitLab `__ and