From d260f7fa24e05ed41dc898cc7c10f28684f9250a Mon Sep 17 00:00:00 2001 From: Ahmad El Masri Date: Wed, 2 Oct 2019 14:24:19 +0200 Subject: [PATCH] docs: add create new release steps --- content/pybytes/releases/_index.md | 34 ++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 content/pybytes/releases/_index.md diff --git a/content/pybytes/releases/_index.md b/content/pybytes/releases/_index.md new file mode 100644 index 0000000..8ebdc0a --- /dev/null +++ b/content/pybytes/releases/_index.md @@ -0,0 +1,34 @@ +--- +title: "Create New Release" +aliases: +--- + +In this section, we will explain to you how to create a new release. + + +## Create release wizard + +In Pybytes, go to *Applications* -> *My applications* -> *select target application* -> *Releases* Page: + +1. Click on *Create Release*. +![](/gitbook/assets/pybytes/releases/create-release-step-1.png) + +2. List of pre-configured application configurations will be listed. +![](/gitbook/assets/pybytes/releases/create-release-step-2.png) + +3. Select the target `firmware`, or omit this step. +![](/gitbook/assets/pybytes/releases/create-release-step-3.png) + +4. If you want to include code changes in this release you can: + * *check* _Upload the code_ `checkbox`. + * `Browse` your target code (should be a `zip` file) +![](/gitbook/assets/pybytes/releases/create-release-step-7.png) + +5. *Write* a description for this release. +![](/gitbook/assets/pybytes/releases/create-release-step-8.png) + +6. *Review* release details then *Click* Finish. +![](/gitbook/assets/pybytes/releases/create-release-step-9.png) + +7. You can see list of created releases under the `Releases` tab. +![](/gitbook/assets/pybytes/releases/create-release-step-10.png)