switch to new label style #83

Merged
jolheiser merged 3 commits from denyskon/changelog:main into main 2023-11-14 02:08:19 +00:00

@ -13,45 +13,52 @@ groups:
-
name: BREAKING
labels:
- kind/breaking
- pr/breaking
-
name: FEATURES
labels:
- kind/feature
- type/feature
-
name: API
labels:
- modifies/api
-
name: BUGFIXES
labels:
- kind/bug
- type/bug
-
name: ENHANCEMENTS
labels:
- kind/enhancement
- kind/refactor
- kind/ui
- type/enhancement
- type/refactoring
- topic/ui
- topic/ui-interaction
- performance/speed
-
name: SECURITY
labels:
- kind/security
- topic/security
-
name: TESTING
labels:
- kind/testing
- type/testing
-
name: TRANSLATION
labels:
- kind/translation
- modifies/translation
-
name: BUILD
labels:
- kind/build
- kind/lint
- topic/build
- topic/code-linting
-
name: DOCS
labels:
- kind/docs
- type/docs
- modifies/docs
-
name: MISC
default: true
# regex indicating which labels to skip for the changelog
skip-labels: skip-changelog|backport\/.+
skip-labels: skip-changelog|backport\/.+|type\/dependency-update