Commit b5128728 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'docs-feature-flag-examples' into 'master'

Add a combined example to feature flags doc

See merge request gitlab-org/gitlab!73443
parents a2091532 65a0adcb
...@@ -74,6 +74,13 @@ Possible version history entries are: ...@@ -74,6 +74,13 @@ Possible version history entries are:
> - [Generally available](issue-link) in GitLab X.Y. [Feature flag <flag name>](issue-link) removed. > - [Generally available](issue-link) in GitLab X.Y. [Feature flag <flag name>](issue-link) removed.
``` ```
You can combine entries if they happened in the same release:
```markdown
> - Introduced in GitLab 14.2 [with a flag](../../administration/feature_flags.md) named `ci_include_rules`. Disabled by default.
> - [Enabled on GitLab.com and self-managed](https://gitlab.com/gitlab-org/gitlab/-/issues/337507) in GitLab 14.3.
```
## Feature flag documentation examples ## Feature flag documentation examples
The following examples show the progression of a feature flag. The following examples show the progression of a feature flag.
......
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