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.
2 parents 78b718a + 9df94de commit 4933870Copy full SHA for 4933870
.github/release-drafter.yml
@@ -0,0 +1,16 @@
1
+name-template: 'v$NEXT_PATCH_VERSION'
2
+tag-template: 'v$NEXT_PATCH_VERSION'
3
+template: |
4
+ # What's Changed
5
+ $CHANGES
6
+categories:
7
+ - title: 'New'
8
+ label: 'type: feature'
9
+ - title: 'Bug Fixes'
10
+ label: 'type: bug'
11
+ - title: 'Maintenance'
12
+ label: 'type: maintenance'
13
+ - title: 'Documentation'
14
+ label: 'type: docs'
15
+ - title: 'Dependency Updates'
16
+ label: 'type: dependencies'
0 commit comments