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:
authorElan Ruusamäe <glen@delfi.ee>2019-02-18 07:57:57 +0300
committerEvan Read <eread@gitlab.com>2019-02-18 07:57:57 +0300
commit83b1c44a7704637b54eaa815ec8d8a2d4aa36884 (patch)
treed08e61043177443669abc6bf1d1bf6195634391e /changelogs/README.md
parent1cd080c71afb4bb04cf786821b864278098bad03 (diff)
add changelogs/README.md
this is to quickstart contributors who don't work daily on the codebase
Diffstat (limited to 'changelogs/README.md')
-rw-r--r--changelogs/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/changelogs/README.md b/changelogs/README.md
new file mode 100644
index 00000000000..c4113ccb863
--- /dev/null
+++ b/changelogs/README.md
@@ -0,0 +1,10 @@
+# Generating changelog entries
+
+To generate and validate your changelog entries:
+
+1. Run `bin/changelog` to generate.
+1. Run `scripts/lint-changelog-yaml` to validate.
+
+See [development/changelog] documentation for detailed usage.
+
+[development/changelog]: https://docs.gitlab.com/ee/development/changelog.html