|
|
@@ -0,0 +1,41 @@
|
|
|
+categories:
|
|
|
+ - title: 'BREAKING CHANGES'
|
|
|
+ labels:
|
|
|
+ - 'breaking'
|
|
|
+ - title: '💎 Features'
|
|
|
+ labels:
|
|
|
+ - 'feature'
|
|
|
+ - title: '🚀 Improvement'
|
|
|
+ labels:
|
|
|
+ - 'improvement'
|
|
|
+ - title: '🐛 Bug Fixes'
|
|
|
+ labels:
|
|
|
+ - 'bug'
|
|
|
+ - title: '🧰 Maintenance'
|
|
|
+ labels:
|
|
|
+ - 'chore'
|
|
|
+ - '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\/.+/'
|
|
|
+exclude-labels:
|
|
|
+ - 'exclude from changelog'
|
|
|
+template: |
|
|
|
+ ### Changes
|
|
|
+
|
|
|
+ $CHANGES
|