aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index c2a4f4aeb..a4f7266ae 100644
--- a/README.md
+++ b/README.md
@@ -193,7 +193,9 @@ Deliverables will be available in the `out` folder.
193### Release 193### Release
194 194
195```bash 195```bash
196$ git checkout develop && git pull && git checkout master 196$ git checkout develop && git pull
197$ git submodule update --remote --force
198$ git checkout master
197$ git merge --no-ff develop 199$ git merge --no-ff develop
198$ git tag v5.3.4-beta.4 200$ git tag v5.3.4-beta.4
199$ git push --tags 201$ git push --tags