mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-24 04:54:51 -04:00
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:
commit
d5f4609811
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user