From eef6ac4ee009a92654f22aa9c10af4ee22bd813d Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Sat, 7 Jun 2025 17:21:15 +0200 Subject: [PATCH] change changelog template to include more parameters --- .gitea/changelog-config.json | 51 ++++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 5 deletions(-) diff --git a/.gitea/changelog-config.json b/.gitea/changelog-config.json index acbf2d3..bb128ac 100644 --- a/.gitea/changelog-config.json +++ b/.gitea/changelog-config.json @@ -2,7 +2,14 @@ "categories": [ { "title": "## ๐Ÿš€ Features", - "labels": ["add","Add", "Kind/Feature"] + "labels": [ + "add", + "Add", + "Kind/Feature", + "feat", + "Feature", + "Feat" + ] }, { "title": "## ๐Ÿ› Fixes", @@ -18,16 +25,50 @@ "labels": ["docs","Docs", "Kind/Documentation"] }, { - "title": "## ๐Ÿงน Chore", - "labels": ["chore","Chore", "Kind/Chore"] + "title": "## ๐Ÿ› ๏ธ Maintenance", + "labels": [ + "maintenance", + "Maintenance", + "Kind/Maintenance", + "chore", + "Chore", + "Kind/Chore" + ] }, { - "title": "## ๐Ÿ› ๏ธ Maintenance", - "labels": ["maintenance","Maintenance", "Kind/Maintenance"] + "title": "## โช Reverts", + "labels": [ + "revert", + "Revert", + "Kind/Revert", + "Kind/Reverts", + "reverts", + "Reverts" + ] }, { "title": "## ๐Ÿ—‘๏ธ Deprecation", "labels": ["deprecation","Deprecation", "Kind/Deprecation"] + }, + { + "title": "## โšก๏ธ Performance Improvements", + "labels": [ + "perf", + "Perf", + "Kind/Performance" + ] + }, + { + "title": "## ๐ŸŽจ Styling", + "labels": [ + "style", + "Style", + "Kind/Style" + ] + }, + { + "title": "## ๐ŸŽฏ Other Changes", + "labels": [] } ], "label_extractor": [