Difference between revisions of "Bot Playground/Store/Releases"

From SmartBots Developers Docs
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:Bot Store script releases}} When you sell your script at Bot Store, you sell a specific release. Consider it a "script version". At lease one (first) release...")
 
 
Line 14: Line 14:
 
* Script permissions (read more about [[../Permissions|permissions]])
 
* Script permissions (read more about [[../Permissions|permissions]])
 
* User settings (read more about [[../User_settings|user settings]])
 
* User settings (read more about [[../User_settings|user settings]])
 +
 +
=== Release version ===
  
 
Release version consists of three parts ("00.00.000") - major version, minor version and build number. You can increase them in the way you want. The only requirement is that version number of a new release has to be greater than a previous one.
 
Release version consists of three parts ("00.00.000") - major version, minor version and build number. You can increase them in the way you want. The only requirement is that version number of a new release has to be greater than a previous one.
Line 24: Line 26:
  
  
 +
__NOTOC__
 
{{NavMenu}}
 
{{NavMenu}}

Latest revision as of 17:57, 29 August 2022


When you sell your script at Bot Store, you sell a specific release. Consider it a "script version".

At lease one (first) release is required. However, you may want to update, bug-fix and update your already-existing script. To do this, you keep the script development and eventually do a next release.

Store-release-1.png

Each release has the following info associated:

  • Release version
  • Internal name (only you see it)
  • Public details (for example, the list of bugs fixed)
  • Script permissions (read more about permissions)
  • User settings (read more about user settings)

Release version

Release version consists of three parts ("00.00.000") - major version, minor version and build number. You can increase them in the way you want. The only requirement is that version number of a new release has to be greater than a previous one.

There's no way to rollback the release. Instead, you create a new release.

Existing script users

Once you release a script update, each user (buyer) of your script will get an invitation to install this update.