Update releases chapter of documentation

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-11-03 19:18:45 -04:00
parent 7df930ae4c
commit 2f9062f31a

View File

@@ -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 <corresponding branch>
git push origin :releases/<branch>
#. Push code to trigger builds:
#. Push the current branch to the corresponding origin ``releases/`` branch:
::
git push
git push origin <local branch> releases/<branch>
#. Push tag upstream:
#. Push the new tags:
::
git push --tags