This document describes how to use the version release feature in a code repository.
Open Project
1. Log in to the CODING Console and click the team domain name to go to CODING.
2. Click in the upper-right corner to open the project list page and click a project icon to open the corresponding project. 3. In the menu on the left, click Code Repositories > Versions to go to the version page.
In the code repository management list, click a specific code repository and go to the details page, and then click Versions > Version Release to go to the version release list.
The version release list displays code versions released in a project with their tag names and committed versions by descending order of creation time.
Create Code Version
1. On the version management page, click the Create Code Version button in the upper-right corner.
2. Enter a tag version, release title, and version description. You can upload files smaller than 100 MB and associate resources in the project (such as tasks, files, Wiki pages, and merge requests). Only new tag names are allowed and you need to select a source for new tag versions (branch, tag, or revision number).
3. After entering the above information, you can mark the version as a pre-release, and then create the code release. After the code version is created, the version list will be similar to the following image. The latest release is the latest official version release.
Edit Code Version
Click any code version in the version release list and go to the details page. The release creator or project admins can click the Edit Version Description button to edit all information except the tag name.
Delete Code Version
On the details page of a code version, the release creator or project admins can delete the version by clicking on the Delete icon.
Note:
You can also delete the linked version tags when deleting a version. You can only use or create a tag with the same name after you have deleted the version tag.
Set the Default Release Branch
Project admins can specify the default branch for version releases in Settings > Version Release.
Was this page helpful?