| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- categories:
- - title: 'BREAKING CHANGES'
- labels:
- - 'breaking'
- - title: '💎 Features'
- labels:
- - 'feature'
- - title: '🚀 Improvement'
- labels:
- - 'improvement'
- - title: '🐛 Bug Fixes'
- labels:
- - 'bug'
- - title: '🧰 Maintenance'
- labels:
- - 'support'
- - 'dependencies'
- category-template: '### $TITLE'
- change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
- autolabeler:
- - label: 'feature'
- branch:
- - '/feat\/.+/'
- - label: 'improvement'
- branch:
- - '/imprv\/.+/'
- - label: 'bug'
- branch:
- - '/fix\/.+/'
- title:
- - '/fix/i'
- - label: 'support'
- branch:
- - '/support\/.+/'
- title:
- - '/chore/i'
- - '/ci/i'
- - '/docs/i'
- - '/test/i'
- exclude-labels:
- - 'exclude from changelog'
- template: |
- ### Changes
- $CHANGES
|