diff options
author | Lucas Charles <me@lucascharles.me> | 2019-08-26 08:18:32 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-26 08:18:32 +0000 |
commit | a5b18169789cc02ce9e0e0aff029ecc5c5e2b94e (patch) | |
tree | 0a3dd399688d203e596d044d9c5e6ff8fdd13019 /doc | |
parent | c90210371231497131a0a07f6b843ff47b34d744 (diff) | |
download | gitlab-ce-a5b18169789cc02ce9e0e0aff029ecc5c5e2b94e.tar.gz |
Add changelog exclusion language for docs-only changes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/changelog.md b/doc/development/changelog.md index bd07a01e782..814624c7586 100644 --- a/doc/development/changelog.md +++ b/doc/development/changelog.md @@ -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 docs-only changes **should not** 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](feature_flags/development.md). - 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** |