Commit bff085a5 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch '213132-release-evidence-feature-flag' into 'master'

Correct Release evidence feature flag documentation

Closes #213132

See merge request gitlab-org/gitlab!29269
parents 968d2b9d d6d82fbc
......@@ -309,12 +309,12 @@ Here is an example of a Release Evidence object:
### Enabling Release Evidence display **(CORE ONLY)**
This feature comes with the `:release_evidence_collection` feature flag
disabled by default in GitLab self-managed instances. To turn it on,
enabled by default in GitLab self-managed instances. To turn it off,
ask a GitLab administrator with Rails console access to run the following
command:
```ruby
Feature.enable(:release_evidence_collection)
Feature.disable(:release_evidence_collection)
```
NOTE: **Note:**
......
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