Skip to main content
Version: 8.10 (unreleased)

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:

  1. Open the project homepage and click Create version in the Versions section. Create version on the project homepage
  2. Enter a Version tag in the version creation modal. Create a version modal
  3. 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.

Versions list with file navigation header buttons highlighted

Version actions

You can perform the following actions on a project version:

  1. View details, which opens the version details page so you can review the contents of all files in the version.
  2. Restore as latest, which is useful for reverting changes, making further edits, git syncing, downloading, or using Play.
  3. Edit
  4. Deploy, especially after the version has been reviewed.
  5. Download
  6. Delete
  7. Copy, which creates a new project with the files from the version.
Version actions