Update releases chapter of documentation
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user