Browse Source

Adapt `.changelog.yml` to new labeling system (#27701) (#27702)

Backport #27701 by @delvh

Otherwise, it is not possible anymore to generate changelogs.

Co-authored-by: delvh <dev.lh@web.de>
tags/v1.21.0
Giteabot 7 months ago
parent
commit
6dce671d02
No account linked to committer's email address
1 changed files with 12 additions and 16 deletions
  1. 12
    16
      .changelog.yml

+ 12
- 16
.changelog.yml View File

- -
name: BREAKING name: BREAKING
labels: labels:
- kind/breaking
- pr/breaking
- -
name: SECURITY name: SECURITY
labels: labels:
- kind/security
- topic/security
- -
name: FEATURES name: FEATURES
labels: labels:
- kind/feature
- type/feature
- -
name: API name: API
labels: labels:
- kind/api
- modifies/api
- -
name: ENHANCEMENTS name: ENHANCEMENTS
labels: labels:
- kind/enhancement
- kind/refactor
- kind/ui
- type/enhancement
- type/refactoring
- topic/ui
- -
name: BUGFIXES name: BUGFIXES
labels: labels:
- kind/bug
- type/bug
- -
name: TESTING name: TESTING
labels: labels:
- kind/testing
-
name: TRANSLATION
labels:
- kind/translation
- type/testing
- -
name: BUILD name: BUILD
labels: labels:
- kind/build
- kind/lint
- topic/build
- topic/code-linting
- -
name: DOCS name: DOCS
labels: labels:
- kind/docs
- type/docs
- -
name: MISC name: MISC
default: true default: true

Loading…
Cancel
Save