Commit dfa2694d authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'sselhorn-master-patch-23684' into 'master'

Added "enabled" to the list of available version history terms

See merge request gitlab-org/gitlab!77545
parents 6a034181 673cf752
...@@ -1626,7 +1626,7 @@ the section. The version information must: ...@@ -1626,7 +1626,7 @@ the section. The version information must:
- Be surrounded by blank lines. - Be surrounded by blank lines.
- Start with `>`. If there are multiple bullets, each line must start with `> -`. - Start with `>`. If there are multiple bullets, each line must start with `> -`.
- The string must include these words in this order (capitalization doesn't matter): - The string must include these words in this order (capitalization doesn't matter):
- `introduced`, `deprecated`, `changed`, `moved`, `recommended` (as in the - `introduced`, `enabled`, `deprecated`, `changed`, `moved`, `recommended` (as in the
[feature flag documentation](../feature_flags.md)), `removed`, or `renamed` [feature flag documentation](../feature_flags.md)), `removed`, or `renamed`
- `in` or `to` - `in` or `to`
- `GitLab` - `GitLab`
......
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