summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2018-06-13 16:34:27 +0000
committerYorick Peterse <yorickpeterse@gmail.com>2018-06-13 16:34:27 +0000
commit28504273f6177b0461428e48ecc4e91f3709fce9 (patch)
tree6be47d409cd494b54c8959d085d1191e847df429
parentc279c66d8aa642f1f18c60916d0c7756079140a4 (diff)
parentf07c2ffa120129eb2796f0ae3312cbfc57403fd4 (diff)
downloadgitlab-ce-28504273f6177b0461428e48ecc4e91f3709fce9.tar.gz
Merge branch 'ab-document-migration-needs-changelog' into 'master'
Database migrations should have a changelog entry. See merge request gitlab-org/gitlab-ce!19703
-rw-r--r--doc/development/changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/changelog.md b/doc/development/changelog.md
index a9fa5ae834f..9e0c81b3d60 100644
--- a/doc/development/changelog.md
+++ b/doc/development/changelog.md
@@ -45,6 +45,8 @@ the `author` field. GitLab team members **should not**.
a changelog entry regardless of these guidelines if the contributor wants one.
Example: "Fixed a typo on the search results page. (Jane Smith)"
- Performance improvements **should** have a changelog entry.
+- Any change that introduces a database migration **must** have a
+ changelog entry.
## Writing good changelog entries