aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index f4bc6f64b..eb69de370 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,16 @@ Be aware that the development database will be reset regularly.
94$ npm run build 94$ npm run build
95``` 95```
96 96
97Deliverables will be available in the ./out folder. 97Deliverables will be available in the `out` folder.
98
99## Release
100
101```bash
102$ git tag v5.3.4-beta.4
103$ git push --tags
104```
105
106When pushing a new tag, the CI build will create a draft GitHub release and upload the deliverables in the release assets.
98 107
99## Contributors ✨ 108## Contributors ✨
100 109