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