Commit e6be75c3 authored by Sean Carroll's avatar Sean Carroll Committed by Vladimir Shushlin

Enable the `ci_release_generation` feature flag by default

Part of https://gitlab.com/gitlab-org/gitlab/-/issues/222594

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/34633
parent aff2c0b0
---
title: Enable `:ci_release_generation` feature flag by default
merge_request: 34633
author:
type: changed
...@@ -39,7 +39,7 @@ module Gitlab ...@@ -39,7 +39,7 @@ module Gitlab
end end
def self.release_generation_enabled? def self.release_generation_enabled?
::Feature.enabled?(:ci_release_generation) ::Feature.enabled?(:ci_release_generation, default_enabled: true)
end end
# Remove in https://gitlab.com/gitlab-org/gitlab/-/issues/224199 # Remove in https://gitlab.com/gitlab-org/gitlab/-/issues/224199
......
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