Skip to content

Commit

Permalink
feat(release): Release of v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus committed Jan 18, 2024
1 parent 03d7163 commit 4c09c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ ! $YAML_CLI ]]; then
fi

rm -rf $ARCHIVE
composer create-project --stability beta --no-install drupal/legacy-project:10.0.11 $ARCHIVE
composer create-project --stability beta --no-install drupal/legacy-project:10.1.8 $ARCHIVE
composer dump-autoload
composer configure-tarball $ARCHIVE

Expand All @@ -33,7 +33,7 @@ for plugin in drupal/core-composer-scaffold composer/installers cweagans/install
composer config --no-plugins allow-plugins.$plugin true
done
composer remove --no-update composer/installers
composer require --no-update "ext-dom:*" cweagans/composer-patches oomphinc/composer-installers-extender 'drupal/core:10.0.11'
composer require --no-update "ext-dom:*" cweagans/composer-patches oomphinc/composer-installers-extender 'drupal/core:10.1.8'
composer update --ignore-platform-reqs

# Create the profile destination directory.
Expand Down

0 comments on commit 4c09c23

Please sign in to comment.