Commit 252829ec authored by Shinya Maeda's avatar Shinya Maeda

Merge branch 'default-enable-evalute_protected_tag_for_release_permissions' into 'master'

Enable `evalute_protected_tag_for_release_permissions` feature flag by default

See merge request gitlab-org/gitlab!66042
parents 4522ae64 229009d4
......@@ -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