Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-28 00:08:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-28 00:08:45 +0300
commitd440531cf8d33834541da20aa2427c726d39e5ef (patch)
treefbb1f5a8f61d6afdb9b102fb241110d42f4feeb2 /doc/development/documentation/graphql_styleguide.md
parentf3b9e205bb8dc4f0e8ebff79cf364fede886014b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/documentation/graphql_styleguide.md')
-rw-r--r--doc/development/documentation/graphql_styleguide.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/development/documentation/graphql_styleguide.md b/doc/development/documentation/graphql_styleguide.md
index ded647b8638..11e6b159359 100644
--- a/doc/development/documentation/graphql_styleguide.md
+++ b/doc/development/documentation/graphql_styleguide.md
@@ -90,7 +90,3 @@ Be aware that CI tests for that second MR will fail with a bad link until the
main MR that adds the new GraphQL page is merged. Therefore, only merge the MR against the
[`gitlab-docs`](https://gitlab.com/gitlab-org/gitlab-docs) repository after the content has
been merged and live on `docs.gitlab.com`.
-
-## Include a changelog entry
-
-All client-facing changes **must** include a [changelog entry](../changelog.md).