| { | |
| "categories": [ | |
| { | |
| "title": "## ๐ Features", | |
| "labels": ["feature"] | |
| }, | |
| { | |
| "title": "## ๐ Fixes", | |
| "labels": ["fix"] | |
| }, | |
| { | |
| "title": "## ๐งช Tests", | |
| "labels": ["test"] | |
| } | |
| ], | |
| "ignore_labels": ["ignore_changelog"], | |
| "sort": "ASC", | |
| "template": "${{CHANGELOG}}\n\n<details open>\n<summary>Uncategorized</summary>\n\n${{UNCATEGORIZED}}\n</details>", | |
| "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": [] | |
| } | |