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 5087dc2 commit ed74033Copy full SHA for ed74033
.github/release-drafter.yml
@@ -1,18 +1,19 @@
1
name-template: "v$RESOLVED_VERSION 🌈"
2
tag-template: "v$RESOLVED_VERSION"
3
-references:
4
- - dev
+# references:
+# - dev
5
categories:
6
- title: "🚀 Features"
7
labels:
8
- - "Type: Feature"
9
- - "Type: Enhancement"
+ - "Feature"
+ - "Enhancement"
10
- title: "🐛 Bug Fixes"
11
12
- - "Type: Bug"
+ - "Bug"
13
+ - "Bugfix"
14
+ - "fix"
15
- title: "🧰 Maintenance"
- label:
- - "Type: Maintenance"
16
+ label: "Maintenance"
17
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
18
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
19
version-resolver:
0 commit comments