There was an error while loading. Please reload this page.
1 parent 2b8026c commit c1bf6e8Copy full SHA for c1bf6e8
.github/release-drafter.yml
@@ -0,0 +1,19 @@
1
+name-template: 'v$NEXT_PATCH_VERSION'
2
+tag-template: 'v$NEXT_PATCH_VERSION'
3
+categories:
4
+ - title: 'New Features'
5
+ label: 'feature'
6
+ - title: 'Breaking Change'
7
+ label: 'breaking change'
8
+ - title: 'Bug Fixes'
9
+ label: 'fix'
10
+ - title: 'Documentation'
11
+ label: 'documentation'
12
+ - title: 'Dependencies'
13
+ label: 'dependencies'
14
+ - title: 'Enhancement'
15
+ label: 'enhancement'
16
+change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
17
+template: |
18
+ ## Changes
19
+ $CHANGES
0 commit comments