{ "categories": [ { "title": "## ๐Ÿ› Release Notes", "labels": [ "fix" ] }, { "title": "## ๐Ÿš€ Features", "labels": [ "feature" ] }, { "title": "## ๐Ÿ› Fixes", "labels": [ "fix" ] }, { "key": "tests", "title": "## ๐Ÿงช Tests", "labels": [ "test" ] } ], "ignore_labels": [ "ignore" ], "sort": { "order": "ASC", "on_property": "mergedAt" }, "template": "#{{CHANGELOG}}\n\n
\nChanges\n\n#{{UNCATEGORIZED}}\n
", "pr_template": "- #{{TITLE}}\n - PR: ##{{NUMBER}}", "empty_template": "No significant changes were made. We have just fixed minor bugs for this release. You can find the detailed information in the commit history.", "label_extractor": [ { "pattern": "(.) (.+)", "target": "$1", "flags": "gu" }, { "pattern": "\\[Issue\\]", "on_property": "title", "method": "match" } ], "duplicate_filter": { "pattern": "\\[ABC-....\\]", "on_property": "title", "method": "match" }, "reference": { "pattern": ".*\\ \\#(.).*", "on_property": "body", "method": "replace", "target": "$1" }, "transformers": [ { "pattern": "[\\-\\*] (\\[(...|TEST|CI|SKIP)\\])( )?(.+?)\n(.+?[\\-\\*] )(.+)", "target": "- $4\n - $6" } ], "trim_values": false, "max_tags_to_fetch": 200, "max_pull_requests": 200, "max_back_track_time_days": 365 }