diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-10 10:20:32 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-10 10:20:32 +0200 |
commit | 7c1225347db8b516cc268709939f6b359bc283c1 (patch) | |
tree | 7a516132f42dbb9e8c3bf371dfd100088d50efdf /scripts/release.sh | |
parent | 84e3c36e02e4ffb4611f6e1eca37c97a0ffb4660 (diff) | |
download | wallabag-7c1225347db8b516cc268709939f6b359bc283c1.tar.gz wallabag-7c1225347db8b516cc268709939f6b359bc283c1.tar.zst wallabag-7c1225347db8b516cc268709939f6b359bc283c1.zip |
Update documentation
Diffstat (limited to 'scripts/release.sh')
-rw-r--r-- | scripts/release.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/release.sh b/scripts/release.sh index 3d096430..e118b87e 100644 --- a/scripts/release.sh +++ b/scripts/release.sh | |||
@@ -1,4 +1,6 @@ | |||
1 | #! /usr/bin/env bash | 1 | #! /usr/bin/env bash |
2 | # You can execute this file to create a new package for wallabag | ||
3 | # eg: `sh release.sh master /tmp wllbg-release prod` | ||
2 | 4 | ||
3 | VERSION=$1 | 5 | VERSION=$1 |
4 | TMP_FOLDER=$2 | 6 | TMP_FOLDER=$2 |