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