Merge remote-tracking branch 'origin/versions/micro' into versions/minor

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-11-03 19:55:54 -04:00
6 changed files with 158 additions and 54 deletions

View File

@@ -502,6 +502,7 @@ Release checklist
make generate-setup
#. Commit as version bump.
#. Build source package and test:
::
@@ -529,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