Publishing a new Version
Publishing a new version allows you to capture changes to the project and create a specific version that can be deployed to different environments. The platform provides two options for publishing: Minor Version and Major Version, each affecting the version number differently.
Steps to Publish a New Version
Access the Top Ribbon
Navigate to the Top Ribbon of the platform interface where the current version number is displayed.
Click on the Publish Split Button
Locate the Publish Split Button in the ribbon. Clicking this button will show two options: Minor Version and Major Version.
Choose the Publishing Option
Minor Version
Select this option to increment the last digit of the version number. For instance, if the current version is 1.0.0, publishing a minor version will update it to 1.0.1.
Major Version
Choose this option to increment the first digit of the version number. For example, if the current version is 1.0.0, publishing a major version will change it to 2.0.0.
Complete the Publishing Process
After selecting the desired option, the system will process the version increment and update the version number accordingly.
Last updated