Project versioning
Projects support versioning, allowing you to create distinct versions for the entire project. You can use versioning to save a single snapshot of all the project files in one action. This helps you track a project throughout its development lifecycle and ensures the correct version is referenced.
Version creation
To create a project version:
- Open the project homepage and click Create version in the Versions section.
- Enter a Version tag in the version creation modal.
- Select the Create button.
On the versions page, which you open with See full list, you can use the file navigation header buttons to switch between files and view their content. See also compare versions.
Version actions
You can perform the following actions on a project version:
- View details, which opens the version details page so you can review the contents of all files in the version.
- Restore as latest, which is useful for reverting changes, making further edits, git syncing, downloading, or using Play.
- Edit
- Deploy, especially after the version has been reviewed.
- Download
- Delete
- Copy, which creates a new project with the files from the version.
