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

changelog_config.yml « .gitlab - gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8f44606bd19594f3255cdbd7c87b4fe4c4b4a90e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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