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.**