From 92854b96bc901514831c87b71a60b25354a96c6b Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 4 Nov 2022 14:26:19 +0000 Subject: [PATCH] docs/releasing: add convenient command to rebase everything since last release Signed-off-by: Eric Engestrom Part-of: --- docs/releasing.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/releasing.rst b/docs/releasing.rst index 798f46e4e95..f663522b3a5 100644 --- a/docs/releasing.rst +++ b/docs/releasing.rst @@ -217,7 +217,12 @@ the branches: 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. +the ``X.Y`` branch must not be altered anymore. A convenient command +to perform an interactive rebase over everything since the last release is: + +.. code-block:: console + + git rebase -i mesa-$(cat VERSION) Now go to `GitLab `__ and