From 5dfa9056617ed7cb9e01eb241e821960cd1c975e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Gr=C3=BCnwald?= Date: Sat, 21 Dec 2024 23:20:38 +0100 Subject: [PATCH] Update changelog configuration to allow sorting entries into scopes --- .config/changelog/settings.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.config/changelog/settings.json b/.config/changelog/settings.json index af18902..318b80c 100644 --- a/.config/changelog/settings.json +++ b/.config/changelog/settings.json @@ -1,8 +1,12 @@ { - "$schema": "https://raw.githubusercontent.com/ap0llo/changelog/master/schemas/configuration/schema.json", - "changelog": { - "messageOverrides": { - "provider": "FileSystem" - } + "$schema": "https://raw.githubusercontent.com/ap0llo/changelog/master/schemas/configuration/schema.json", + "changelog": { + "messageOverrides": { + "provider": "FileSystem" + }, + "scopes": { + "github-actions" : { "displayName": "GitHub Actions Integration" }, + "azure-pipelines" : { "displayName": "Azure PipelinesIntegration" } } + } } \ No newline at end of file