Merge pull request #333 from kiwix/prepare-v2.2.0-release

Fix package creation for a tag, and release date in changelog.
This commit is contained in:
Mossroy 2018-01-07 11:57:11 +01:00 committed by GitHub
commit d5f4609811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ It was first called Evopedia (and was using the file format of Evopedia)
Then it was renamed Kiwix-html5 (and uses ZIM files), then was renamed Kiwix-JS.
## Kiwix-JS v2.2.0
Released on TODO
Released on 2018-01-07
Rename the project to Kiwix-JS instead of Kiwix-html5.

View File

@ -26,6 +26,7 @@ fi
# Use the passed version number, else use the commit id
if [ ! "${VERSION}zz" == "zz" ]; then
echo "Packaging version $VERSION because it has been passed as an argument"
VERSION_FOR_MOZILLA_MANIFEST="$VERSION"
if [ ! "${TAG}zz" == "zz" ]; then
echo "This version is a tag : we're releasing a public version"
fi