Commit 4c75cd42 authored by Nathan Friend's avatar Nathan Friend

Remove `release_asset_link_editing` flag note

This commit removes a section of the documentation which is no longer
relevant. The `release_asset_link_editing` feature flag is now enabled
by default for self-managed instances.
parent 2d41405b
......@@ -198,14 +198,6 @@ 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.
......
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