Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Create Release for GitHub & Marketplace

Martin Machava edited this page Jun 14, 2019 · 2 revisions

There are some differences about module when it is installed from GitHub and from Marketplace. The changes has to be done before releasing the module.

GitHub

The zip name has to be the same as the name of the root folder inside it. It cannot contain any special characters. Let's keep it simple. In our case we will user roihunter.

Steps to do this are:

  • download zip file from master repository
  • unpack and rename the folder to roihutner
  • compress the folder to zip file with name roihunter.zip
  • add this zip file to Assets in Releases

Marketplace

Here the module has to go through Validator first.

If you got an all-green/blue report, then your module/theme is ready for a human review. You can submit it on the PrestaShop Marketplace. If there is error or warning the module will be rejected when submitting to Marketplace.

Before submitting we also have to remove config.xml file:

  • download zip file from master repository
  • unpack and remove file config.xml, .git and .idea folders from root folder
  • rename root folder to roihunter and zip the folder to roihunter.zip file
  • submit new module version to Marketplace
Clone this wiki locally