aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2019-12-20 19:27:52 +0100
committerLibravatar GitHub <noreply@github.com>2019-12-20 19:27:52 +0100
commitbce4598d7a0da64e363a4d3d6bc5efb9d1312346 (patch)
tree3ceaac6c8639e3e5469ec4c10f63b89156a8df99 /README.md
parent#251 Review service URL field label copy (diff)
downloadferdium-app-bce4598d7a0da64e363a4d3d6bc5efb9d1312346.tar.gz
ferdium-app-bce4598d7a0da64e363a4d3d6bc5efb9d1312346.tar.zst
ferdium-app-bce4598d7a0da64e363a4d3d6bc5efb9d1312346.zip
Add submodule update to release instructions
Diffstat (limited to 'README.md')
-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