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