Commit 55ade166 authored by Nathan Friend's avatar Nathan Friend

Add note about asset link feature flag

This commit adds a note to the documentation that details hows to
enable the `release_asset_link_editing` feature flag for self-managed
users.
parent 9f8901c3
...@@ -64,9 +64,6 @@ A link is any URL which can point to whatever you like; documentation, built ...@@ -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 binaries, or other related materials. These can be both internal or external
links from your GitLab instance. 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 #### Permanent links to Release assets
> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/27300) in GitLab 12.9. > [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/27300) in GitLab 12.9.
...@@ -201,6 +198,14 @@ milestones, or release date, use the [Releases ...@@ -201,6 +198,14 @@ milestones, or release date, use the [Releases
API](../../../api/releases/index.md#update-a-release). Editing this information API](../../../api/releases/index.md#update-a-release). Editing this information
through the **Edit Release** page is planned for a future version of GitLab. 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 ## Notification for Releases
> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/26001) in GitLab 12.4. > [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/26001) in GitLab 12.4.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment