We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f4309 commit 1d67c71Copy full SHA for 1d67c71
.github/release-drafter.yml
@@ -2,15 +2,20 @@ name-template: $NEXT_PATCH_VERSION
2
tag-template: $NEXT_PATCH_VERSION
3
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
4
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
+ - title: '🚀 Features'
+ labels:
+ - 'feature'
+ - title: '🐛 Bug Fixes'
+ - 'fix'
+ - 'bugfix'
+ - 'bug'
+ - title: '⬆️ Dependency upgrades'
14
15
+ - 'bump'
16
+ - 'dependencies'
17
+exclude-labels:
18
+ - 'skip-changelog'
19
template: |
- ## Non-version Changes
20
+ ## What's Changed
21
$CHANGES
0 commit comments