summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Brandl <abrandl@gitlab.com>2018-06-13 16:34:27 +0000
committerYorick Peterse <yorickpeterse@gmail.com>2018-06-13 16:34:27 +0000
commitf07c2ffa120129eb2796f0ae3312cbfc57403fd4 (patch)
tree6be47d409cd494b54c8959d085d1191e847df429
parentc279c66d8aa642f1f18c60916d0c7756079140a4 (diff)
downloadgitlab-ce-f07c2ffa120129eb2796f0ae3312cbfc57403fd4.tar.gz
Database migrations should have a changelog entry.
-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