diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-09 18:09:41 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-09 18:09:41 +0000 |
commit | 72c331ebf56ba3d49a79ec799de84e790748adef (patch) | |
tree | ad23d8de3ff38f8d4fc95dca17d7aa4c8dce2923 /doc/user/project/releases | |
parent | 6f2b1c32f3ccf422575f591b42372534502dcd72 (diff) | |
download | gitlab-ce-72c331ebf56ba3d49a79ec799de84e790748adef.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project/releases')
-rw-r--r-- | doc/user/project/releases/index.md | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/user/project/releases/index.md b/doc/user/project/releases/index.md index bf0eb013506..7348e17a017 100644 --- a/doc/user/project/releases/index.md +++ b/doc/user/project/releases/index.md @@ -66,14 +66,11 @@ To create a new release through the GitLab UI: 1. Navigate to **Project overview > Releases** and click the **New release** button. -1. In the [**Tag name**](#tag-name) box, enter a name. - - Creating a release based on an existing tag using the user - interface is not yet supported. However, this is possible using the - [Releases API](../../../api/releases/index.md#create-a-release). - -1. In the **Create from** list, select a branch, tag, or commit SHA to use when - creating the new tag. +1. Open the [**Tag name**](#tag-name) dropdown. Select an existing tag or type + in a new tag name. Selecting an existing tag that is already associated with + a release will result in a validation error. +1. If creating a new tag, open the **Create from** dropdown. Select a + branch, tag, or commit SHA to use when creating the new tag. 1. Optionally, fill out any additional information about the release, such as its [title](#title), [milestones](#associate-milestones-with-a-release), [release notes](#release-notes-description), or [assets links](#links). |