Skip to content

Commit

Permalink
Adapt .changelog.yml to new labeling system (#27701) (#27702)
Browse files Browse the repository at this point in the history
Backport #27701 by @delvh

Otherwise, it is not possible anymore to generate changelogs.

Co-authored-by: delvh <dev.lh@web.de>
  • Loading branch information
GiteaBot and delvh authored Oct 19, 2023
1 parent 6cef7a7 commit 6dce671
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions .changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,46 +13,42 @@ groups:
-
name: BREAKING
labels:
- kind/breaking
- pr/breaking
-
name: SECURITY
labels:
- kind/security
- topic/security
-
name: FEATURES
labels:
- kind/feature
- type/feature
-
name: API
labels:
- kind/api
- modifies/api
-
name: ENHANCEMENTS
labels:
- kind/enhancement
- kind/refactor
- kind/ui
- type/enhancement
- type/refactoring
- topic/ui
-
name: BUGFIXES
labels:
- kind/bug
- type/bug
-
name: TESTING
labels:
- kind/testing
-
name: TRANSLATION
labels:
- kind/translation
- type/testing
-
name: BUILD
labels:
- kind/build
- kind/lint
- topic/build
- topic/code-linting
-
name: DOCS
labels:
- kind/docs
- type/docs
-
name: MISC
default: true
Expand Down

0 comments on commit 6dce671

Please sign in to comment.