{ "categories": [ { "title": "## ๐Ÿš€ Features", "labels": ["feature"] }, { "title": "## ๐Ÿ› Fixes", "labels": ["fix"] }, { "title": "## ๐Ÿงช Tests", "labels": ["test"] } ], "ignore_labels": ["ignore_changelog"], "sort": "ASC", "template": "${{CHANGELOG}}\n\n
\nUncategorized\n\n${{UNCATEGORIZED}}\n
", "pr_template": "- ${{TITLE}}\n - PR: #${{NUMBER}}", "empty_template": "- no changes", "label_extractor": [ { "pattern": "\\[Issue\\]", "on_property": "title", "method": "match" } ], "transformers": [], "max_tags_to_fetch": 200, "max_pull_requests": 200, "max_back_track_time_days": 365, "exclude_merge_branches": [], "tag_resolver": {}, "base_branches": [] }