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 447234b commit f3411beCopy full SHA for f3411be
.github/release-drafter.yml
@@ -0,0 +1,35 @@
1
+change-template: "* $TITLE (#$NUMBER) by @$AUTHOR"
2
+categories:
3
+ - title: '⚡ Breaking Changes'
4
+ labels:
5
+ - 'breaking-change'
6
+ - title: '🌟Non-Breaking Changes'
7
8
+ - 'major'
9
+ - title: '🌟 Minor Changes'
10
11
+ - 'feature'
12
+ - 'enhancement'
13
+ - title: '📜 Documentation updates'
14
15
+ - 'documentation'
16
+ - title: '🐛 Bug and hot fixes'
17
18
+ - 'bug'
19
+ - 'fix'
20
+ - title: '🚒 Deprecations'
21
22
+ - 'deprecated'
23
+exclude-labels:
24
+ - 'skip-changelog'
25
+tag-template: 'v$NEXT_PATCH_VERSION'
26
+template: |
27
+ ## Changes
28
+
29
+ **[Human readable summary of changes]**
30
31
+ $CHANGES
32
33
+ ## This release was made possible by the following contributors:
34
35
+ $CONTRIBUTORS
0 commit comments