From fa10735da36bede0d67174e4c7ea00b6c0a1ce75 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 4 Nov 2022 14:21:08 +0000 Subject: [PATCH] docs/releasing: fix instructions to create a branch from a tag Not sure if it used to work, but it doesn't anymore. Signed-off-by: Eric Engestrom Part-of: --- docs/releasing.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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