| { |
| "categories": [ |
| { |
| "title": "### β¨ New Features", |
| "labels": ["feat"] |
| }, |
| { |
| "title": "### π Internationalization", |
| "labels": ["i18n"] |
| }, |
| { |
| "title": "### π Accessibility", |
| "labels": ["a11y"] |
| }, |
| { |
| "title": "### π§ Fixes", |
| "labels": ["Fix", "fix"] |
| }, |
| { |
| "title": "### βοΈ Other Changes", |
| "labels": ["ci", "style", "docs", "refactor", "chore"] |
| } |
| ], |
| "ignore_labels": [ |
| "π duplicate", |
| "π analytics", |
| "π± good first issue", |
| "π investigation", |
| "π help wanted", |
| "β invalid", |
| "β question", |
| "π« wontfix", |
| "π release", |
| "version", |
| "action" |
| ], |
| "base_branches": ["main"], |
| "sort": { |
| "order": "ASC", |
| "on_property": "mergedAt" |
| }, |
| "label_extractor": [ |
| { |
| "pattern": "^(?:[^A-Za-z0-9]*)(feat|fix|chore|docs|refactor|ci|style|a11y|i18n)\\s*:", |
| "target": "$1", |
| "flags": "i", |
| "on_property": "title", |
| "method": "match" |
| }, |
| { |
| "pattern": "^(?:[^A-Za-z0-9]*)(v\\d+\\.\\d+\\.\\d+(?:-rc\\d+)?).*", |
| "target": "version", |
| "flags": "i", |
| "on_property": "title", |
| "method": "match" |
| }, |
| { |
| "pattern": "^(?:[^A-Za-z0-9]*)(action)\\b.*", |
| "target": "action", |
| "flags": "i", |
| "on_property": "title", |
| "method": "match" |
| } |
| ], |
| "template": "## [Unreleased]\n\n#{{CHANGELOG}}\n\n---", |
| "pr_template": "- #{{TITLE}} by **@#{{AUTHOR}}** in [##{{NUMBER}}](#{{URL}})", |
| "empty_template": "- no changes" |
| } |