{
    "categories": [
      {
        "title": "<h2 class='text-2xl'>🚀 Features</h2><ul class='text-lg list-disc list-inside mb-3 pl-4'>",
        "labels": ["feature", "new", "added", "created", "create"]
      },
      {
        "title": "</ul><h2 class='text-2xl'>🐛 Fixes</h2><ul class='text-lg list-disc list-inside mb-3 pl-4'>",
        "labels": ["fix", "improved", "fixed"]
      },
      {
        "title": "</ul><details class='cursor-pointer text-2xl'><summary>🔨Uncategorized</summary><ul class='text-lg list-disc list-inside pl-4'>",
        "labels": ["fix", "improved", "fixed"]
      }
    ],
    "empty_template": "<h2 class='text-2xl'>❌ <b>Whoops</b> there seem to be no changes in this release.</h2>",
    "template": "${{CHANGELOG}}</ul></details>",
    "pr_template": "<li>${{TITLE}} - ${{AUTHOR}}</li>",
    "sort": "DESC",
    "label_extractor": [
        {
            "pattern": "(.) (.+)",
            "target": "$1",
            "flags": "gu"
        },
        {
            "pattern": "\\[Issue\\]",
            "on_property": "title",
            "method": "match"
        }
    ]
}