From 73d406e18d9c1c8300afa31038c6921b50b25ecb Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Thu, 29 May 2025 12:18:57 +0200 Subject: [PATCH] refactor: enhance changelog categories with additional labels --- .gitea/changelog-config.json | 45 ++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) diff --git a/.gitea/changelog-config.json b/.gitea/changelog-config.json index 527d08e..240b11a 100644 --- a/.gitea/changelog-config.json +++ b/.gitea/changelog-config.json @@ -2,16 +2,57 @@ "categories": [ { "title": "## ๐Ÿš€ Features", - "labels": ["add","Add"] + "labels": [ + "add", + "Add", + "Kind/Feature" + ] }, { "title": "## ๐Ÿ› Fixes", - "labels": ["fix","Fix"] + "labels": [ + "fix", + "Fix", + "Kind/Bug" + ] }, { "title": "## ๐Ÿงช Upgrade", "labels": ["upgrade","Upgrade","Clean"] } + , + { + "title": "## ๐Ÿ“ Documentation", + "labels": [ + "docs", + "Docs", + "Kind/Documentation" + ] + }, + { + "title": "## ๐Ÿงน Chore", + "labels": [ + "chore", + "Chore", + "Kind/Chore" + ] + }, + { + "title": "## ๐Ÿ› ๏ธ Maintenance", + "labels": [ + "maintenance", + "Maintenance", + "Kind/Maintenance" + ] + }, + { + "title": "## ๐Ÿ—‘๏ธ Deprecation", + "labels": [ + "deprecation", + "Deprecation", + "Kind/Deprecation" + ] + } ], "label_extractor": [ {