Skip to content

Commit 08d5adb

Browse files
authored
build: Add 'Chores' section to release drafter config
1 parent 8dff41b commit 08d5adb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/release-drafter.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ categories:
2424
- title: '🎨 Style'
2525
labels:
2626
- 'style'
27+
- title: '🧹 Chores'
28+
labels:
29+
- 'chore'
2730
template: |
2831
## What’s Changed
2932
@@ -67,3 +70,7 @@ autolabeler:
6770
title:
6871
- '/style:/i'
6972
- '/whitespace:/i'
73+
- label: 'chore'
74+
title:
75+
- '/chore:/i'
76+
- '/chores:/i'

0 commit comments

Comments
 (0)