From 68f942f21789d805d0fcc033b8de12d54f49cecb Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 4 Nov 2022 14:22:59 +0000 Subject: [PATCH] docs/releasing: checkout the staging branch at the end of its creation process Signed-off-by: Eric Engestrom Part-of: --- docs/releasing.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/releasing.rst b/docs/releasing.rst index 139a8580f28..798f46e4e95 100644 --- a/docs/releasing.rst +++ b/docs/releasing.rst @@ -212,6 +212,12 @@ the branches: git checkout $VERSION-branchpoint git push origin HEAD:refs/heads/$VERSION git push origin HEAD:refs/heads/staging/$VERSION + git checkout staging/$VERSION + +You are now on the :ref:`staging branch `, where you +will be doing your release maintainer work. This branch can be rebased +and altered in way necessary, with the caveat that anything pushed to +the ``X.Y`` branch must not be altered anymore. Now go to `GitLab `__ and