1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
| name-template: '$NEXT_MAJOR_VERSION'
| tag-template: 'v$NEXT_MAJOR_VERSION'
| autolabeler:
| - label: 'maintenance'
| files:
| - '*.md'
| - '.github/*'
| - label: 'bug'
| branch:
| - '/bug-.+'
| - label: 'maintenance'
| branch:
| - '/maintenance-.+'
| - label: 'feature'
| branch:
| - '/feature-.+'
| categories:
| - title: 'Breaking Changes'
| labels:
| - 'breakingchange'
|
| - title: '🧪 Experimental Features'
| labels:
| - 'experimental'
| - title: '🚀 New Features'
| labels:
| - 'feature'
| - 'enhancement'
| - title: '🐛 Bug Fixes'
| labels:
| - 'fix'
| - 'bugfix'
| - 'bug'
| - 'BUG'
| - title: '🧰 Maintenance'
| label: 'maintenance'
| change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
| exclude-labels:
| - 'skip-changelog'
| template: |
| ## Changes
|
| $CHANGES
|
| ## Contributors
| We'd like to thank all the contributors who worked on this release!
|
| $CONTRIBUTORS
|
|