Studio

Releases & Tags

Updated: March 18, 2024

The releases and tags tab allows to list each and every releases and tags that were performed on the project. It also allows to download the Nuxeo Package associated to a given release.

recommended reading
This screen will be populated if you have made a tag or release of your Nuxeo Studio project. We recommend checking our how to create a tag or release first.

Releases Tab

A release is considered as a tested and validated version of your project. Once created, you will be able to use this stable version in production.

Release Tab
Release Tab

Delete: Deletes the release. This operation cannot be reverted.

Maven GAV: Displays the Maven coordinates so that you can add the release as a dependency on your Java project.

Download Package: You can download the release package and ask the administrator of the instance to install it using nuxeoctl.
See the page Installing a New Package on Your Instance.

Tags Tab

In order to identify specific state of your work, you may want to tag any given commit. Once created, you will find your tag in the tags list on the Releases & Tags page, which will allow you to download, revert your working state to that specific tagged state, etc.

Tags Tab
Tags Tab

Delete: Delete the specific tag

Download JAR: Download the JAR

Download Package: You can download the tag package from this tab and then ask the administrator of the instance to install it using nuxeoctl.
See the page Installing a New Package on Your Instance.

This must not be used for production (a tag package is built on demand).

Revert to: Revert to the state in history where the tag is.