In this section, we will explain how to create a new release.
In Pybytes, go to Applications -> My applications -> select target application -> Releases Page:
Click on Create Release.

A list of pre-configured application configurations will be shown.

Select the target firmware, or omit this step.

If you want to include code changes in this release you can:

my_release.zip
├── flash <-- updates files on the /flash partition
│ └── main.py
│ └── my_awesome_module.py
│ └── ...
└── sd <-- updates files on the MicroSD card
└── my_another_awesome_module.py
└── ...
Write a description for this release.

Review release details then Click Finish.

You can see a list of created releases under the Releases tab.
