Commit 6a59e9b0 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'weimeng-master-patch-71794' into 'master'

Document :release_evidence_collection feature flag

Closes gitlab-com/support/docs#50

See merge request gitlab-org/gitlab!22855
parents 00d09aab ebecf272
...@@ -153,7 +153,7 @@ You can also edit an existing tag to add release notes: ...@@ -153,7 +153,7 @@ You can also edit an existing tag to add release notes:
![tags](img/tags_12_5.png "Addition of note to an existing tag") ![tags](img/tags_12_5.png "Addition of note to an existing tag")
## Release evidence ## Release Evidence
> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/26019) in GitLab 12.6. > [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/26019) in GitLab 12.6.
...@@ -216,6 +216,22 @@ Here is what this object can look like: ...@@ -216,6 +216,22 @@ Here is what this object can look like:
} }
``` ```
### 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,
ask a GitLab administrator with Rails console access to run the following
command:
```ruby
Feature.enable(:release_evidence_collection)
```
NOTE: **Note:**
Please note that Release Evidence's data is collected regardless of this
feature flag, which only enables or disables the display of the data on the
Releases page.
<!-- ## Troubleshooting <!-- ## Troubleshooting
Include any troubleshooting steps that you can foresee. If you know beforehand what issues Include any troubleshooting steps that you can foresee. If you know beforehand what issues
......
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