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 653481d commit 12f485eCopy full SHA for 12f485e
.github/changelog-drafter.yml
@@ -0,0 +1,30 @@
1
+name-template: 'v$RESOLVED_VERSION 🌈'
2
+tag-template: 'v$RESOLVED_VERSION'
3
+categories:
4
+ - title: '🚀 Features'
5
+ labels:
6
+ - 'feature'
7
+ - 'enhancement'
8
+ - title: '🐛 Bug Fixes'
9
10
+ - 'fix'
11
+ - 'bugfix'
12
+ - 'bug'
13
+ - title: '🧰 Maintenance'
14
+ label: 'chore'
15
+change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
16
+version-resolver:
17
+ major:
18
19
+ - 'major'
20
+ minor:
21
22
+ - 'minor'
23
+ patch:
24
25
+ - 'patch'
26
+ default: patch
27
+template: |
28
+ ## Changes
29
+
30
+ $CHANGES
0 commit comments