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 b9bb5a9 commit 54653daCopy full SHA for 54653da
.github/release-drafter.yml
@@ -0,0 +1,26 @@
1
+categories:
2
+ - title: 'Major Changes'
3
+ labels:
4
+ - 'major' # c6476b
5
+ - title: 'Minor Changes'
6
7
+ - 'feature' # 006b75
8
+ - 'enhancement' # ededed
9
+ - 'performance' # 555555
10
+ - title: 'Bugfixes'
11
12
+ - 'fix'
13
+ - 'bugfix'
14
+ - 'bug' # fbca04
15
+ - 'docs' # 4071a5
16
+ - 'packaging' # 4071a5
17
+ - 'test' # #0e8a16
18
+ - title: 'Deprecations'
19
20
+ - 'deprecated' # fef2c0
21
+exclude-labels:
22
+ - 'skip-changelog'
23
+template: |
24
+ ## Changes
25
+
26
+ $CHANGES
0 commit comments