Commit ef3ec224 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'clarify-changelog-ff-relationship' into 'master'

Clarify changelog FF relationship

See merge request gitlab-org/gitlab!24039
parents 49bef37b e4dc5472
......@@ -24,8 +24,9 @@ end
```
Features that are developed and are intended to be merged behind a feature flag
should not include a changelog entry. The entry should be added in the merge
request removing the feature flag. If the feature contains any DB migration it
should not include a changelog entry. The entry should either be added in the merge
request removing the feature flag or the merge request where the default value of
the feature flag is set to true. If the feature contains any DB migration it
should include a changelog entry for DB changes.
In the rare case that you need the feature flag to be on automatically, use
......
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