diff --git a/docs/releasing.rst b/docs/releasing.rst index e31862e730b..0db8d8df1a9 100644 --- a/docs/releasing.rst +++ b/docs/releasing.rst @@ -213,6 +213,7 @@ the branches: git push origin HEAD:refs/heads/$VERSION git push origin HEAD:refs/heads/staging/$VERSION git checkout staging/$VERSION + git branch --set-upstream-to origin/staging/$VERSION You are now on the :ref:`staging branch `, where you will be doing your release maintainer work. This branch can be rebased