{ "categories": [ { "title": "ignore", "labels": ["github"] }, { "title": "## โš ๏ธ Breaking Changes", "labels": ["breaking"] }, { "title": "## ๐Ÿช„ Image", "labels": ["imlib"] }, { "title": "## ๐Ÿงฌ HAL", "labels": ["hal"] }, { "title": "## ๐Ÿ“š Libraries", "labels": ["lib"] }, { "title": "## ๐Ÿค– Sensors", "labels": ["sensors"] }, { "title": "## ๐Ÿ’พ Drivers", "labels": ["drivers"] }, { "title": "## ๐Ÿงฑ Modules", "labels": ["modules"] }, { "title": "## ๐Ÿ Micropython", "labels": ["micropython"] }, { "title": "## ๐Ÿงช Ports", "labels": ["ports"] }, { "title": "## โš™๏ธ Boards", "labels": ["boards"] }, { "title": "## ๐Ÿ“œ Scripts", "labels": ["scripts"] }, { "title": "## ๐Ÿ›  Tools", "labels": ["tools"] }, { "title": "## ๐Ÿฅพ Bootloader", "labels": ["bootloader"] } ], "ignore_labels": [ "github" ], "label_extractor": [ { "pattern": "^github", "method": "match", "on_property": "title" }, { "pattern": "^imlib", "method": "match", "on_property": "title" }, { "pattern": "(^hal)(.+)", "method": "replace", "target": "$1", "on_property": "title" }, { "pattern": "(^lib)(.+)", "method": "replace", "target": "$1", "on_property": "title" }, { "pattern": "(^sensors)(.+)", "method": "replace", "target": "$1", "on_property": "title" }, { "pattern": "(^Lepton)(.+)", "method": "replace", "target": "sensors", "on_property": "title" }, { "pattern": "(^drivers)(.+)", "method": "replace", "target": "$1", "on_property": "title" }, { "pattern": "(^modules)(.+)", "method": "replace", "target": "$1", "on_property": "title" }, { "pattern": "(^micropython)(.+)", "method": "replace", "target": "$1", "on_property": "title" }, { "pattern": "(^ports)(.+)", "method": "replace", "target": "$1", "on_property": "title" }, { "pattern": "(^boards)(.+)", "method": "replace", "target": "$1", "on_property": "title" }, { "pattern": "(^scripts)(.+)", "method": "replace", "target": "$1", "on_property": "title" }, { "pattern": "(^tools)(.+)", "method": "replace", "target": "$1", "on_property": "title" }, { "pattern": "^(bootloader|Bootloader)(.+)", "method": "replace", "target": "bootloader", "on_property": "title" }, { "pattern": "(^breaking)", "method": "replace", "target": "$1", "on_property": "labels" } ], "transformers": [ { "pattern": "^(.*)\/(.+:.*)", "target": "- $2" } ], "sort": "DESC", "template": "${{CHANGELOG}}\n\n## ๐Ÿช› Misc Fixes:\n\n${{UNCATEGORIZED}}\n", "pr_template": "- ${{TITLE}}", "empty_template": "- no changes", "max_tags_to_fetch": 100, "max_pull_requests": 100, "max_back_track_time_days": 100 }