aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-09-30 10:44:14 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-09-30 10:44:14 +0200
commit766ed37bc286e608f97853997a14fcf76c7bcf90 (patch)
tree0e5961e66ce037323f3760f07210af0c30fa908a
parentAdd texts in settings to i18n (diff)
parentDocument automatic releases via tags (diff)
downloadferdium-app-766ed37bc286e608f97853997a14fcf76c7bcf90.tar.gz
ferdium-app-766ed37bc286e608f97853997a14fcf76c7bcf90.tar.zst
ferdium-app-766ed37bc286e608f97853997a14fcf76c7bcf90.zip
Merge branch 'master' of https://github.com/getferdi/ferdi
-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