{
  "types": [
    {"type": "feat", "section": "Features"},
    {"type": "fix", "section": "Bug Fixes"},
    {"type": "chore", "hidden": true},
    {"type": "docs", "section": "Documentation"},
    {"type": "style", "hidden": true},
    {"type": "refactor", "section": "Code Refactoring"},
    {"type": "perf", "section": "Performance Improvements"},
    {"type": "test", "hidden": true}
  ],
  "mergePattern": "^Merge branch '.*'$",
  "mergeCorrespondence": ["subject"],
  "headerPattern": "^(\w*)(?:\((.*)\))?: (.*)$",
  "headerCorrespondence": ["type", "scope", "subject"]
}
