Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ebecf272
Commit
ebecf272
authored
Jan 14, 2020
by
Wei-Meng Lee
Committed by
Marcia Ramos
Jan 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document :release_evidence_collection feature flag
parent
00d09aab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
doc/user/project/releases/index.md
doc/user/project/releases/index.md
+17
-1
No files found.
doc/user/project/releases/index.md
View file @
ebecf272
...
...
@@ -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"
)
## Release
e
vidence
## Release
E
vidence
> [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:
}
```
### 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
Include any troubleshooting steps that you can foresee. If you know beforehand what issues
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment