Releasing an update
Steps to release a new version
Last updated
Was this helpful?
Steps to release a new version
Last updated
Was this helpful?
It's a good practice to use semantic versioning that is a universal and widely used way of software versioning. It contains three components, in the format of Major
.Minor
.Patch
where:
Major version when you make incompatible API changes.
Minor version when you add functionality in a backward-compatible manner.
Patch version when you make backward-compatible bug fixes.
To create a distribution file, please follow the steps below that are different for each trading platform.
Navigate to Automate tab in the left sidebar
Select an indicator/robot you wish to export
Press Build
(Do NOT use Build with Source Code
which would make your code unprotected!)
The last step is updating product details listed on the marketplace.
Click Edit
on the product you are updating
Update Download File by uploading the new one
Change product Version to match Item Attributes of the file uploaded
Add details about what changed in the Changelog
Click SUBMIT
to save changes
Navigate to your products listing
Once you submitted the changes, all your customers will be able to their copy of the product.