From 9e3df10e880ad8b7d776e3d79126fccf84262796 Mon Sep 17 00:00:00 2001 From: Amine Mouafik ç݆ĉ˜‚ĉ˜Ž Date: Mon, 30 Sep 2019 15:31:13 +0700 Subject: Document automatic releases via tags --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.md') 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. $ npm run build ``` -Deliverables will be available in the ./out folder. +Deliverables will be available in the `out` folder. + +## Release + +```bash +$ git tag v5.3.4-beta.4 +$ git push --tags +``` + +When pushing a new tag, the CI build will create a draft GitHub release and upload the deliverables in the release assets. ## Contributors ✨ -- cgit v1.2.3-54-g00ecf