summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Charles <me@lucascharles.me>2019-08-22 18:33:51 +0000
committerLucas Charles <me@lucascharles.me>2019-08-23 10:56:54 -0700
commit2694027acb6389a089e0ee5dac5acbee7a1589de (patch)
tree810b3d17f47e9afd3a24f4050914fc9c7c850b3b
parent24ff249ded4bc2098e590d1f3605a3ebe3954723 (diff)
downloadgitlab-ce-docs-clarify-no-changelog-for-docs-only-changes.tar.gz
Add changelog exclusion language for docs-only changesdocs-clarify-no-changelog-for-docs-only-changes
-rw-r--r--doc/development/changelog.md1
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**