Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,17 @@ 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,

- Verify that the file [autoupgrade.json](https://github.com/PrestaShop/distribution-api/blob/main/public/json/autoupgrade.json) has been updated by the team in charge of autoupgrade to make the new release available for update.
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.**
Expand Down
Loading