config/changelog.example.yml aktualisiert

This commit is contained in:
Denys Konovalov 2023-11-13 19:18:28 +00:00
parent 0da9fbc21d
commit da6b9eee8c
1 changed files with 15 additions and 9 deletions

View File

@ -10,49 +10,55 @@ base-url:
# Changelog groups and which labeled PRs to add to each group
groups:
-
-
name: BREAKING
labels:
- pr/breaking
-
-
name: FEATURES
labels:
- type/feature
-
name: API
labels:
- modifies/api
-
name: BUGFIXES
labels:
- type/bug
-
-
name: ENHANCEMENTS
labels:
- type/enhancement
- type/refactoring
- topic/ui
- topic/ui-interaction
- performance/speed
-
name: SECURITY
labels:
- topic/security
-
-
name: TESTING
labels:
- type/testing
-
-
name: TRANSLATION
labels:
- modifies/translation
-
-
name: BUILD
labels:
- topic/build
- topic/code-linting
-
-
name: DOCS
labels:
- 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