aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik 穆昂明 <amine@mouafik.fr>2019-09-30 15:31:13 +0700
committerLibravatar GitHub <noreply@github.com>2019-09-30 15:31:13 +0700
commit9e3df10e880ad8b7d776e3d79126fccf84262796 (patch)
tree3cd981af6f9fd392ca38181137a627f19655ad31
parentFix termsBase generation (diff)
downloadferdium-app-9e3df10e880ad8b7d776e3d79126fccf84262796.tar.gz
ferdium-app-9e3df10e880ad8b7d776e3d79126fccf84262796.tar.zst
ferdium-app-9e3df10e880ad8b7d776e3d79126fccf84262796.zip
Document automatic releases via tags
-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