From 50178ed4e792a958b60d0f1145c6706d1ab9b4cf Mon Sep 17 00:00:00 2001 From: Thomas N Date: Wed, 3 Jun 2026 17:09:13 +0100 Subject: [PATCH] Update the process to enable the updates when publishing a new version of PrestaShop --- .../processes/release/prestashop/final-steps.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/maintainers-guide/processes/release/prestashop/final-steps.md b/content/maintainers-guide/processes/release/prestashop/final-steps.md index 60eed43..5711b78 100644 --- a/content/maintainers-guide/processes/release/prestashop/final-steps.md +++ b/content/maintainers-guide/processes/release/prestashop/final-steps.md @@ -17,7 +17,7 @@ aliases: _(i.e. if not for betas and RCs)._ {{% /notice %}} -Additional changes must be brought to the [Distribution API repository](https://github.com/PrestaShop/distribution-api) to provide the best experience on the Update Assistant module: +The [Distribution API repository](https://github.com/PrestaShop/distribution-api) provides update related information to the module Update Assistant. To enable updates to the PrestaShop version that has been uploaded: - Add in the file [releaseNotes.json](https://github.com/PrestaShop/distribution-api/blob/main/resources/json/releaseNotes.json) the new version and the link to its release notes, @@ -25,7 +25,9 @@ Additional changes must be brought to the [Distribution API repository](https:// If you needed to release a new version of the module Update Assistant, update the `autoupgrade_recommended` property as well. You may have to create a new entry if the new Update Assistant is compliant with a range of PrestaShop version that is unrelated to the existing ones. -Once this step is done and your changes have been merged, update the Release Tracker GitHub issue by ticking the "Available for update" box. +Merging pull-requests on the repository of Distribution API automatically deploys on the pre-production environment. To deploy on production, publish a new version on Github. + +Once this step is done and all the changes have been deployed, update the Release Tracker GitHub issue by ticking the "Available for update" box. {{% notice tip %}} **Application of changes check.**