From 48a4a8fb0c618aa5fc7af625075d86df7eee94f3 Mon Sep 17 00:00:00 2001 From: Krystian Podemski Date: Thu, 6 Jun 2024 15:51:28 +0200 Subject: [PATCH] adapt distribution build information --- content/news/releases/prestashop-9-alpha1-available.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/news/releases/prestashop-9-alpha1-available.md b/content/news/releases/prestashop-9-alpha1-available.md index c69d015c08..44d66d3451 100644 --- a/content/news/releases/prestashop-9-alpha1-available.md +++ b/content/news/releases/prestashop-9-alpha1-available.md @@ -94,7 +94,7 @@ Although we are in the process of preparing documentation on the notable changes ## How to test PrestaShop 9 -To build ZIP file with PrestaShop 9 Alpha 1, you can use [PrestaShop Release Creation](https://github.com/PrestaShop/PrestaShop/tree/develop/tools/build) tool. +To build the ZIP file with PrestaShop 9 Alpha 1, you can use the [PrestaShop Release Creation](https://github.com/PrestaShop/PrestaShop/tree/develop/tools/build) tool. ### Requirements @@ -108,9 +108,9 @@ You can check all system requirements in the [documentation](https://devdocs.pre ### Create a new PrestaShop 9 distribution -1. Clone the PrestaShop repository and switch to the "alpha-1" tag or download the ZIP file with sources from the [release page](). -2. Run `php tools/build/CreateRelease.php --version="9.0.0"` in the root directory of the PrestaShop source code. -3. The script will create a ZIP file with the PrestaShop 9 Alpha 1 distribution in the `build` directory. +1. Clone the PrestaShop repository from "9.0.0-alpha.1" tag: `git clone git@github.com:PrestaShop/PrestaShop.git --branch "9.0.0-alpha.1 ."`. Note: use a different directory name than `.` if you want to clone the repository to a different directory. +2. Run `php tools/build/CreateRelease.php` or `composer create-release` in the root directory of the PrestaShop source code. +3. The script will create a ZIP file with the PrestaShop 9 Alpha 1 distribution in the `tools/build/releases/9.0.0_date_time/` directory. ### Install PrestaShop 9