Skip to content

Commit eb2717d

Browse files
committed
chore: Update labels in release drafter configuration
- Update release drafter configuration for labeling - Streamline labels for different sections - Improve clarity and consistency in labeling conventions
1 parent e804bcf commit eb2717d

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

.github/release-drafter.yml

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,38 @@
11
name-template: '$RESOLVED_VERSION'
22
tag-template: '$RESOLVED_VERSION'
3+
autolabeler:
4+
- label: 'chore'
5+
files:
6+
- '*'
7+
body:
8+
- '/.*/'
9+
- label: 'bugfix'
10+
body:
11+
- '/fix/i'
12+
- '/hotfix/i'
13+
body:
14+
- '/fix/i'
15+
- '/hotfix/i'
16+
- '/bug/i'
17+
- '/broken/i'
18+
- label: 'feature'
19+
branch:
20+
- '/feature/i'
21+
- '/feat/i'
22+
body:
23+
- '/feature/i'
24+
- '/feat/i'
25+
- '/refactor/i'
26+
- '/enhancement/i'
27+
- '/improve/i'
28+
- '/revamp/i'
329
categories:
430
- title: '🚀 Features'
531
labels:
632
- 'feature'
7-
- 'enhancement'
833
- title: '🐛 Bug Fixes'
934
labels:
10-
- 'fix'
1135
- 'bugfix'
12-
- 'bug'
1336
- title: '🧰 Maintenance'
1437
label: 'chore'
1538
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'

0 commit comments

Comments
 (0)