Skip to content

Commit

Permalink
Merge branch 'MPGS-658' into 'master'
Browse files Browse the repository at this point in the history
MPGS-658: [Documentation] Update RELEASE.md files for the proper way of...

See merge request mpgs/simplify-prestashop!18
  • Loading branch information
Igor committed Feb 10, 2022
2 parents 6f7c708 + 7af816f commit e3f2dab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,16 @@ In local repo, enter following commands to create a dist zip file, in the exampl

```
git fetch --tags --all
git archive 1.0.1 -o module-dist.zip
git checkout 1.0.1
make
```

Created file module-dist.zip contains the distributable code for this module.
Created file simplifycommerce.zip contains the distributable code for this module.

## 4. Add assets and finalise the release
In the Github UI, switch to edit the release you created in step 2. The URL will contain something like /edit/1.0.1, for example.

Upload the module-dist.zip into the designated area in the release edit page.
Upload the simplifycommerce.zip into the designated area in the release edit page.

Populate the release description with the information about the version that you can find in the [CHANGELOG.md](CHANGELOG.md) file.

Expand Down

0 comments on commit e3f2dab

Please sign in to comment.