1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Jump to 2.3.6-dev and update release process

Fix release archive in `release.sh` and also fix a typo in the release process
This commit is contained in:
Jeremy Benoist 2018-12-15 08:14:47 +01:00
parent 45e26a7fc8
commit 4fd5f670fe
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
3 changed files with 4 additions and 4 deletions

View file

@ -15,6 +15,6 @@ cd $TMP_FOLDER/$RELEASE_FOLDER/$VERSION && php bin/console wallabag:install --en
cd $TMP_FOLDER/$RELEASE_FOLDER/$VERSION && php bin/console assets:install --env=$ENV --symlink --relative
cd $TMP_FOLDER/$RELEASE_FOLDER && tar czf wallabag-$VERSION.tar.gz --exclude="var/cache/*" --exclude="var/logs/*" --exclude="var/sessions/*" --exclude=".git" $VERSION
echo "MD5 checksum of the package for wallabag $VERSION"
md5 $TMP_FOLDER/$RELEASE_FOLDER/wallabag-release-$VERSION.tar.gz
md5 $TMP_FOLDER/$RELEASE_FOLDER/wallabag-$VERSION.tar.gz
echo "Package to upload to the release server:"
echo $TMP_FOLDER/$RELEASE_FOLDER/wallabag-release-$VERSION.tar.gz
echo $TMP_FOLDER/$RELEASE_FOLDER/wallabag-$VERSION.tar.gz