Overview
Versioning and deployment are crucial to managing and maintaining your project's lifecycle. This section guides you through the creation's process of new versions of your project and deploying them to different environments.
Proper version control allows you to track changes, maintain a stable production environment, and test new features in a controlled manner.
The platform provides an intuitive interface for publishing versions and deploying them to various environments, including Development, Staging, and Production. You'll learn how to:
Publish a New Version: Understand when to create a Minor or Major version and how to execute this action.
Deploy to Environments: Learn how to deploy the latest version to specific environments to test or release new features.
In addition, the Versions & Deployments page offers a comprehensive view of all versions and deployments, providing insight into your project's history and current state.
Last updated