Update Releases permissions docs

Guest users now can read releases, except for items related to source
code.

Releated:
  https://gitlab.com/gitlab-org/gitlab-ce/issues/56838
  https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27247
This commit is contained in:
Krasimir Angelov 2019-05-03 13:43:57 +00:00 committed by Marcia Ramos
parent 2e94650bef
commit 73f0147504
1 changed files with 6 additions and 2 deletions

View File

@ -172,8 +172,12 @@ read through the documentation on [permissions and access to confidential issues
### Releases permissions
[Project Releases](project/releases/index.md) can be read by all project
members (Reporters, Developers, Maintainers, Owners) **except Guests**.
[Project Releases](project/releases/index.md) can be read by project
members with Reporter, Developer, Maintainer, and Owner permissions.
Guest users can access Release pages for downloading assets but
are not allowed to download the source code nor see repository
information such as tags and commits.
Releases can be created, updated, or deleted via [Releases APIs](../api/releases/index.md)
by project Developers, Maintainers, and Owners.