Commit 3df48eac authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'docs-clarify-ee-changelog-trailers' into 'master'

Clarify changelog trailers for Enterprise Edition

See merge request gitlab-org/gitlab!71362
parents 37db1c12 1c1d9602
......@@ -62,8 +62,8 @@ The value must be the full URL of the merge request.
### GitLab Enterprise changes
If a change is for GitLab Enterprise Edition, you must also add the trailer `EE:
true`:
If a change is exclusively for GitLab Enterprise Edition, **you must add** the
trailer `EE: true`:
```plaintext
Update git vendor to gitlab
......@@ -77,6 +77,8 @@ MR: https://gitlab.com/foo/bar/-/merge_requests/123
EE: true
```
**Do not** add the trailer for changes that apply to both EE and CE.
## What warrants a changelog entry?
- Any change that introduces a database migration, whether it's regular, post,
......
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