aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com>2019-10-23 15:49:27 +0200
committerGitHub <noreply@github.com>2019-10-23 15:49:27 +0200
commit0aed3e68e656f175cc94ca3d3a44302df22ed23b (patch)
tree87f7c83ec42efbec6cdb5d32a048cf9857809561 /README.md
parent2dbbbc039d0a25d48ad8d99519896cc971c15c2d (diff)
parentaeb582d8b66d256a4c9c989589daab79b535e484 (diff)
downloadwcms-0aed3e68e656f175cc94ca3d3a44302df22ed23b.tar.gz
wcms-0aed3e68e656f175cc94ca3d3a44302df22ed23b.zip
Merge pull request #18 from n-peugnet/add-release-makefile
Add release makefile
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ff1315f..37a74e4 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,10 @@ While developing the JS sources it is useful to run webpack in watch mode so tha
npm run watch
+## Release zip
+
+To build the release zip, make sure you are on `master` and executed `git pull` then run `make dist`. This will create a zip file in `dist/`.
+
To Do
=====