Update release steps

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-11-18 23:45:58 -04:00
parent e8da9610db
commit 5f72e91935

View File

@@ -530,6 +530,17 @@ Release checklist
Release using GitLab CI
-----------------------
#. Push the current brach:
::
git push
#. Push the new tags:
::
git push --tags
#. Delete the corresponding ``releases/`` branch:
::
@@ -541,12 +552,6 @@ Release using GitLab CI
git push origin <local branch>:releases/<branch>
#. Push the new tags:
::
git push --tags
Manual release
--------------