diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-20 18:38:24 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-20 18:38:24 +0000 |
commit | 983a0bba5d2a042c4a3bbb22432ec192c7501d82 (patch) | |
tree | b153cd387c14ba23bd5a07514c7c01fddf6a78a0 /doc/user/project/releases/index.md | |
parent | a2bddee2cdb38673df0e004d5b32d9f77797de64 (diff) | |
download | gitlab-ce-983a0bba5d2a042c4a3bbb22432ec192c7501d82.tar.gz |
Add latest changes from gitlab-org/gitlab@12-10-stable-ee
Diffstat (limited to 'doc/user/project/releases/index.md')
-rw-r--r-- | doc/user/project/releases/index.md | 11 |
1 files changed, 8 insertions, 3 deletions
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. |