diff --git a/docs/chapters/development.rst b/docs/chapters/development.rst index 30b0c16f3b..7ef7b76583 100644 --- a/docs/chapters/development.rst +++ b/docs/chapters/development.rst @@ -530,18 +530,18 @@ Release checklist Release using GitLab CI ----------------------- -#. Switch to the ``releases/all`` branch and merge the latest changes: +#. Delete the corresponding ``releases/`` branch: :: - git checkout releases/all - git merge + git push origin :releases/ -#. Push code to trigger builds: +#. Push the current branch to the corresponding origin ``releases/`` branch: :: - git push + git push origin releases/ -#. Push tag upstream: + +#. Push the new tags: :: git push --tags