Top Ribbon Controls

The Top Ribbon provides quick access to essential versioning and deployment actions, streamlining the process of managing your project's lifecycle. Here’s a breakdown of the controls available:

  • Current Version Placeholder: Displays the current version number of the project, giving an immediate reference to the version you're working on.

  • Publish Split Button: Allows publishing a new project version. Clicking this button reveals two options:

    • Minor Version: Use this option to publish minor updates that do not introduce significant changes or new features.

    • Major Version: Select this when making substantial updates, introducing new features, or implementing breaking changes.

  • Deploy Split Button: Facilitates the deployment of the latest version to different environments. Clicking this button will show a list of available environments:

    • Development: Deploy the version for testing and development purposes.

    • Staging: Use this environment to conduct final testing before releasing to production.

    • Production: Deploy the version to the live environment for end-users.

Only the latest version can be deployed to any environment.

Last updated