Skip to content

Commit

Permalink
MPGS-658: [Documentation] Update RELEASE.md files for the proper way …
Browse files Browse the repository at this point in the history
…of packaging dist for every platform
  • Loading branch information
Igor Goltsov committed Feb 10, 2022
1 parent 6f7c708 commit 7af816f
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 7af816f

Please sign in to comment.