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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorick@yorickpeterse.com>2021-02-04 17:29:30 +0300
committerYorick Peterse <yorick@yorickpeterse.com>2021-02-04 17:29:30 +0300
commitf7ab765b13df97c9cc62ba09de1a0feebcf62d98 (patch)
treec9f3ef70ac6648720ad42c6f0135ba1e089c13f4 /.gitlab
parent4a5dfcccfcb96b4def9b900eed5c1386984487c6 (diff)
Add config file for generating changelogs
This configuration file is used when generating changelogs using the GitLab API. See https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/1525 for more information.
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/changelog_config.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitlab/changelog_config.yml b/.gitlab/changelog_config.yml
new file mode 100644
index 00000000..8f44606b
--- /dev/null
+++ b/.gitlab/changelog_config.yml
@@ -0,0 +1,13 @@
+---
+# Settings for generating changelogs using the GitLab API. See
+# https://docs.gitlab.com/ee/api/repositories.html#generate-changelog-data for
+# more information.
+categories:
+ added: Added
+ fixed: Fixed
+ changed: Changed
+ deprecated: Deprecated
+ removed: Removed
+ security: Security
+ performance: Performance
+ other: Other