Skip to content

Commit 6fbb9b4

Browse files
committed
chore: add more commit types to release drafter categories
1 parent 9c774aa commit 6fbb9b4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/release-drafter.yml

+13
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ categories:
1010
- 'fix'
1111
- 'bugfix'
1212
- 'bug'
13+
- title: 'Other changes'
14+
labels:
15+
- 'chore'
16+
- 'docs'
17+
- 'style'
18+
- 'perf'
19+
- 'test'
20+
- title: 'Breaking Changes'
21+
labels:
22+
- 'chore!'
23+
- 'fix!'
24+
- 'bugfix!'
25+
- 'bug!'
1326
template: |
1427
## Changes
1528

0 commit comments

Comments
 (0)