Skip to content

Commit 0341bec

Browse files
committed
optimize release drafter config
1 parent 56fc43c commit 0341bec

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

.github/release-drafter.yml

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,32 @@
11
name-template: 'v$RESOLVED_VERSION'
22
tag-template: 'v$RESOLVED_VERSION'
33
categories:
4-
- title: '🚀 New'
5-
labels:
6-
- '✏️ Feature'
7-
- title: '🧹 Updates'
8-
labels:
9-
- '🧹 Updates'
10-
- '🤖 Dependencies'
11-
- title: '🐛 Fixes'
12-
labels:
13-
- '☢️ Bug'
14-
- title: '📚 Documentation'
15-
labels:
16-
- '📒 Documentation'
4+
- title: '❗ Breaking Changes'
5+
labels:
6+
- '❗ BreakingChange'
7+
- title: '🚀 New'
8+
labels:
9+
- '✏️ Feature'
10+
- title: '🧹 Updates'
11+
labels:
12+
- '🧹 Updates'
13+
- '🤖 Dependencies'
14+
- title: '🐛 Fixes'
15+
labels:
16+
- '☢️ Bug'
17+
- title: '📚 Documentation'
18+
labels:
19+
- '📒 Documentation'
1720
change-template: '- $TITLE (#$NUMBER)'
1821
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
22+
exclude-contributors:
23+
- dependabot
24+
- dependabot[bot]
1925
version-resolver:
2026
major:
2127
labels:
2228
- 'major'
29+
- '❗ BreakingChange'
2330
minor:
2431
labels:
2532
- 'minor'

0 commit comments

Comments
 (0)