Commit 1c1d9602 authored by Markus Koller's avatar Markus Koller Committed by Marcia Ramos

Clarify changelog trailers for Enterprise Edition

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