{ "categories": [ { "title": "## ๐Ÿš€ Features", "labels": [ "add", "Add", "Kind/Feature", "feat", "Feature", "Feat" ] }, { "title": "## ๐Ÿ› Fixes", "labels": ["fix","Fix", "Kind/Bug"] }, { "title": "## ๐Ÿงช Upgrade", "labels": ["upgrade","Upgrade","Clean"] } , { "title": "## ๐Ÿ“ Documentation", "labels": ["docs","Docs", "Kind/Documentation"] }, { "title": "## ๐Ÿ› ๏ธ Maintenance", "labels": [ "maintenance", "Maintenance", "Kind/Maintenance", "chore", "Chore", "Kind/Chore" ] }, { "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": [ { "pattern": "(\\w+) (.+)", "target": "$1", "on_property": "title" } ], "sort": "ASC", "template": "${{CHANGELOG}}", "pr_template": "- ${{TITLE}}\n - PR: #${{NUMBER}}", "empty_template": "- no changes", "max_pull_requests": 1000, "max_back_track_time_days": 1000 }