Move the line up in the list
This commit is contained in:
parent
4948ce1159
commit
e35c28bb37
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,7 @@ the `author` field. GitLab team members **should not**.
|
|||
|
||||
- Any user-facing change **should** have a changelog entry. Example: "GitLab now
|
||||
uses system fonts for all text."
|
||||
- Any change behind a feature flag **should not** have a changelog entry. The entry should be added [in the merge request removing the feature flags](https://docs.gitlab.com/ee/development/feature_flags.html#developing-with-feature-flags).
|
||||
- A fix for a regression introduced and then fixed in the same release (i.e.,
|
||||
fixing a bug introduced during a monthly release candidate) **should not**
|
||||
have a changelog entry.
|
||||
|
@ -47,7 +48,6 @@ the `author` field. GitLab team members **should not**.
|
|||
- Performance improvements **should** have a changelog entry.
|
||||
- Any change that introduces a database migration **must** have a
|
||||
changelog entry.
|
||||
- Any change behind a feature flag **should not** have a changelog entry. The entry should be added in the merge request removing the feature flags.
|
||||
|
||||
## Writing good changelog entries
|
||||
|
||||
|
|
Loading…
Reference in a new issue