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 de2aa67 commit 88ea0f9Copy full SHA for 88ea0f9
.github/release-drafter.yml
@@ -0,0 +1,32 @@
1
+name-template: "v$RESOLVED_VERSION: "
2
+tag-template: "$RESOLVED_VERSION"
3
+prerelease: false
4
+publish: false
5
+exclude-labels:
6
+- "Action: No Changelog"
7
+
8
+categories:
9
+- title: "🚀 Features"
10
+ labels:
11
+ - "Type: Enhancement"
12
+- title: "🐛 Bug fixes"
13
14
+ - "Type: Bug (Confirmed)"
15
+- title: "🔧 Dependencies"
16
17
+ - "Type: Dependency update"
18
+change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
19
+version-resolver:
20
+ major:
21
22
+ - "Action: Update Major"
23
+ minor:
24
25
+ - "Action: Update Minor"
26
+ patch:
27
28
+ - "Action: Update Patch"
29
+ default: patch
30
+template: |
31
+ ## Release Notes
32
+ $CHANGES
0 commit comments