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

  1. Access the Top Ribbon

    • Navigate to the Top Ribbon of the platform interface where the current version number is displayed.

  2. 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.

  3. 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.

  4. Complete the Publishing Process

    • After selecting the desired option, the system will process the version increment and update the version number accordingly.

Minor Versions are for small updates or fixes, while Major Versions are used for significant changes or new feature implementations.

Last updated