X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Frelease.sh;fp=scripts%2Frelease.sh;h=bfb65684c95949b18877dd7c38f0a24d97200ae2;hb=1d13376df684077b27fe4f156dd51ee999bf41e2;hp=e118b87edd106d41be2a0cbd3916fd8b701730a4;hpb=29969f854c9d99974fca7f32a49c8aeb1938afe8;p=github%2Fwallabag%2Fwallabag.git diff --git a/scripts/release.sh b/scripts/release.sh index e118b87e..bfb65684 100644 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -12,6 +12,7 @@ mkdir $TMP_FOLDER/$RELEASE_FOLDER git clone git@github.com:wallabag/wallabag.git -b $VERSION $TMP_FOLDER/$RELEASE_FOLDER/$VERSION cd $TMP_FOLDER/$RELEASE_FOLDER/$VERSION && SYMFONY_ENV=$ENV composer up -n --no-dev cd $TMP_FOLDER/$RELEASE_FOLDER/$VERSION && php bin/console wallabag:install --env=$ENV +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-$VERSION.tar.gz