Skip to content

Commit 1d67c71

Browse files
committed
ci: update release drafter template
1 parent 81f4309 commit 1d67c71

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

.github/release-drafter.yml

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@ name-template: $NEXT_PATCH_VERSION
22
tag-template: $NEXT_PATCH_VERSION
33
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
44
categories:
5-
- title: Major Changes
6-
label: "changes: major"
7-
8-
- title: Minor Changes
9-
label: "changes: minor"
10-
11-
- title: Patch Changes
12-
label: "changes: patch"
13-
5+
- title: '🚀 Features'
6+
labels:
7+
- 'feature'
8+
- title: '🐛 Bug Fixes'
9+
labels:
10+
- 'fix'
11+
- 'bugfix'
12+
- 'bug'
13+
- title: '⬆️ Dependency upgrades'
14+
labels:
15+
- 'bump'
16+
- 'dependencies'
17+
exclude-labels:
18+
- 'skip-changelog'
1419
template: |
15-
## Non-version Changes
20+
## What's Changed
1621
$CHANGES

0 commit comments

Comments
 (0)