Commit 229009d4 authored by Shinya Maeda's avatar Shinya Maeda

Fix the write permission of the Releases with Protected Tag

The write permission (create, update and destroy actions)
of Releases was miaslinged for the long time.
We've fixed the permissions to align with protected tag
permissions.

Changelog: fixed
parent 11188b24
......@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/334368
milestone: '14.1'
type: development
group: group::release
default_enabled: false
default_enabled: true
......@@ -591,10 +591,10 @@ and set **Maintainer** in the **Allowed to create** column.
#### Enable or disable protected tag evaluation on releases **(FREE SELF)**
Protected tag evaluation on release permissions is under development and not ready for production use.
It is deployed behind a feature flag that is **disabled by default**.
Protected tag evaluation on release permissions is under development but ready for production use.
It is deployed behind a feature flag that is **enabled by default**.
[GitLab administrators with access to the GitLab Rails console](../../../administration/feature_flags.md)
can enable it.
can opt to disable it.
To enable it:
......
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