Skip to content

Commit

Permalink
Add comments to the release script
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Sep 28, 2022
1 parent 35a959a commit a267ba3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/create-release.sh
Expand Up @@ -468,15 +468,18 @@ do
PACKAGES_VERSIONS="$PACKAGES_VERSIONS $PACKAGES:$PKG_VERSION"
done

echo "Installing composer packages '$PACKAGES_VERSIONS'"
echo "* Installing composer packages '$PACKAGES_VERSIONS'"

composer require --no-interaction --optimize-autoloader --update-no-dev $PACKAGES_VERSIONS

echo "* Running a security checkup"
security_checkup

echo "* Cleaning up vendor folders"
mv composer.json.backup composer.json
cleanup_composer_vendors

echo "* Running a security checkup"
security_checkup
if [ $do_tag -eq 1 ] ; then
echo "* Commiting composer.lock"
Expand Down

0 comments on commit a267ba3

Please sign in to comment.