Release Management
In GitCode, you can manage your project's releases with simple operations.
Release List
-
Click "View All Releases" on the project homepage to enter the release list.
-
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.
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.
-
First, go to the release list page and click "+ New Release".
-
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.
Editing a Release
If you want to modify an already released release, you can:
-
Go to the release list page, select the release you want to modify, and click "Edit".
-
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.
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.
Proper use of these features can help you better manage project versions, improve team collaboration efficiency, and provide users with a better software experience.