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": [ {