Skip to content

Commit 00804b3

Browse files
committed
Update release drafter
1 parent 848ac85 commit 00804b3

File tree

1 file changed

+29
-23
lines changed

1 file changed

+29
-23
lines changed

.github/release-drafter.yml

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,42 @@
1-
name-template: 'v$RESOLVED_VERSION'
2-
tag-template: 'v$RESOLVED_VERSION'
1+
name-template: "$RESOLVED_VERSION"
2+
tag-template: "$RESOLVED_VERSION"
33
template: |
4-
# What's Changed
4+
## What’s Changed
5+
56
$CHANGES
7+
68
categories:
7-
- title: 'Breaking'
8-
label: 'type: breaking'
9-
- title: 'New'
10-
label: 'type: feature'
11-
- title: 'Bug Fixes'
12-
label: 'type: bug'
13-
- title: 'Maintenance'
14-
label: 'type: maintenance'
15-
- title: 'Documentation'
16-
label: 'type: docs'
17-
- title: 'Dependency Updates'
18-
label: 'type: dependencies'
9+
- title: "🚀 Features"
10+
labels:
11+
- 'feature'
12+
- 'enhancement'
13+
- title: "🐛 Bug Fixes"
14+
labels:
15+
- 'fix'
16+
- 'bug'
17+
- title: "💚 Maintenance"
18+
labels:
19+
- 'chore'
20+
- 'documentation'
21+
- title: "🧱 Dependencies"
22+
labels:
23+
- 'dependencies'
24+
- 'type: dependencies'
1925

26+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
2027
version-resolver:
2128
major:
2229
labels:
23-
- 'type: breaking'
30+
- 'breaking'
2431
minor:
2532
labels:
26-
- 'type: feature'
33+
- 'feature'
34+
- 'enhancement'
2735
patch:
2836
labels:
29-
- 'type: bug'
30-
- 'type: maintenance'
31-
- 'type: docs'
32-
- 'type: dependencies'
33-
- 'type: security'
34-
37+
- 'chore'
38+
- 'documentation'
39+
- 'dependencies'
40+
default: patch
3541
exclude-labels:
3642
- 'skip-changelog'

0 commit comments

Comments
 (0)