From 983a0bba5d2a042c4a3bbb22432ec192c7501d82 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 20 Apr 2020 18:38:24 +0000 Subject: Add latest changes from gitlab-org/gitlab@12-10-stable-ee --- doc/user/project/releases/index.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'doc/user/project/releases') diff --git a/doc/user/project/releases/index.md b/doc/user/project/releases/index.md index bae514153ac..ca28a79abf4 100644 --- a/doc/user/project/releases/index.md +++ b/doc/user/project/releases/index.md @@ -64,9 +64,6 @@ A link is any URL which can point to whatever you like; documentation, built binaries, or other related materials. These can be both internal or external links from your GitLab instance. -NOTE: **NOTE** -You can manipulate links of each release entry with [Release Links API](../../../api/releases/links.md) - #### Permanent links to Release assets > [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/27300) in GitLab 12.9. @@ -201,6 +198,14 @@ milestones, or release date, use the [Releases API](../../../api/releases/index.md#update-a-release). Editing this information through the **Edit Release** page is planned for a future version of GitLab. +Please note that the ability to edit asset links is currently behind a feature +flag which is disabled by default. For self-managed instances, it can be enabled +through the Rails console by a GitLab administrator with the following command: + +```ruby +Feature.enable(:release_asset_link_editing) +``` + ## Notification for Releases > [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/26001) in GitLab 12.4. -- cgit v1.2.3