跳到主要内容

Release Management

In GitCode, you can manage your project's releases with simple operations.

Release List


  1. Click "View All Releases" on the project homepage to enter the release list.

    image-20241227145903443

  2. On the release list page, you can see all of the project's releases. You can view the description and file download list for each release, as well as perform actions such as creating, editing, and deleting releases.

    image-20241227150201193

Creating a Release


You can create a release to package software, release notes, and attachments for others to download.

提示

Before creating a release, ensure that the corresponding tag exists in the project.

  1. First, go to the release list page and click "+ New Release".

    image-20241227150959015

  2. On the new page, select the corresponding Tag, input the title and description, upload the related files, and then click "Publish" to complete the operation.

    image-20241227151623355

Editing a Release


If you want to modify an already released release, you can:

  1. Go to the release list page, select the release you want to modify, and click "Edit".

    image-20241227152229174

  2. Next, you can edit the release's title and description. You can choose to delete the uploaded files and upload new ones. After editing, click "Publish" to complete the operation.

    image-20241227152352304

Deleting a Release


Go to the release list page, select the release you want to delete, and click "Delete". Confirm the action to delete the release.

image-20241227152513685

Proper use of these features can help you better manage project versions, improve team collaboration efficiency, and provide users with a better software experience.