Commit a7a07e74 authored by Vladimir Shushlin's avatar Vladimir Shushlin

Update release evidence docs

parent 95c3aee2
...@@ -269,11 +269,16 @@ Here is an example of a Release Evidence object: ...@@ -269,11 +269,16 @@ Here is an example of a Release Evidence object:
{ {
"release": { "release": {
"id": 5, "id": 5,
"tag": "v4.0", "tag_name": "v4.0",
"name": "New release", "name": "New release",
"project_id": 45, "project": {
"project_name": "Project name", "id": 20,
"released_at": "2019-06-28 13:23:40 UTC", "name": "Project name",
"created_at": "2019-04-14T11:12:13.940Z",
"description": "Project description"
},
"created_at": "2019-06-28 13:23:40 UTC",
"description": "Release description",
"milestones": [ "milestones": [
{ {
"id": 11, "id": 11,
...@@ -313,7 +318,7 @@ Here is an example of a Release Evidence object: ...@@ -313,7 +318,7 @@ Here is an example of a Release Evidence object:
} }
``` ```
### Enabling Release Evidence display **(CORE ONLY)** ### Diabling Release Evidence display **(CORE ONLY)**
This feature comes with the `:release_evidence_collection` feature flag This feature comes with the `:release_evidence_collection` feature flag
enabled by default in GitLab self-managed instances. To turn it off, enabled by default in GitLab self-managed instances. To turn it off,
......
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