From da6b9eee8c2219a3dd83d2ae217f2df103d15983 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Mon, 13 Nov 2023 19:18:28 +0000 Subject: [PATCH] config/changelog.example.yml aktualisiert --- config/changelog.example.yml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/config/changelog.example.yml b/config/changelog.example.yml index 5e59db2..d8b460b 100644 --- a/config/changelog.example.yml +++ b/config/changelog.example.yml @@ -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\/.+ \ No newline at end of file +skip-labels: skip-changelog|backport\/.+|type\/dependency-update \ No newline at end of file