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...")
 
m (fix extra spacing)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:Bot Store script releases}}
 
{{DISPLAYTITLE:Bot Store script releases}}
 
 
When you sell your script at Bot Store, you sell a specific release. Consider it a "script version".
 
When you sell your script at Bot Store, you sell a specific release. Consider it a "script version".
  
Line 14: Line 13:
 
* 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 25:
  
  
 +
__NOTOC__
 
{{NavMenu}}
 
{{NavMenu}}

Latest revision as of 17:57, 26 August 2025

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.