From 7af816f62a3674ac79e2f16c371caefdbadd209b Mon Sep 17 00:00:00 2001 From: Igor Goltsov Date: Thu, 10 Feb 2022 15:47:27 +0300 Subject: [PATCH] MPGS-658: [Documentation] Update RELEASE.md files for the proper way of packaging dist for every platform --- RELEASE.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 1b52a99..34871d5 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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.