summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Brandl <abrandl@gitlab.com>2018-06-12 13:27:15 +0200
committerAndreas Brandl <abrandl@gitlab.com>2018-06-12 13:27:15 +0200
commit1c7f34b055727c2bd109ee34d125ab8839d23c71 (patch)
treeaa97621d88d344355efbf9f0a119308c03753a06
parent5d51bd170b192654512c339a4774780c00d124ed (diff)
downloadgitlab-ce-ab-document-migration-needs-changelog.tar.gz
Database migrations should have a changelog entry.ab-document-migration-needs-changelog
-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..ddb5c922d41 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 **should** have a
+ changelog entry.
## Writing good changelog entries