From d41967f6ebaf395b17a82c4d04fb08ed56907449 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 16 Jul 2025 16:31:02 +0200 Subject: [PATCH] docs/releasing: add missing "track remote staging branch" command in instructions Part-of: --- docs/releasing.rst | 1 + 1 file changed, 1 insertion(+) 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