Skip to content

Commit ed74033

Browse files
committed
fix release drafter
1 parent 5087dc2 commit ed74033

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/release-drafter.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
name-template: "v$RESOLVED_VERSION 🌈"
22
tag-template: "v$RESOLVED_VERSION"
3-
references:
4-
- dev
3+
# references:
4+
# - dev
55
categories:
66
- title: "🚀 Features"
77
labels:
8-
- "Type: Feature"
9-
- "Type: Enhancement"
8+
- "Feature"
9+
- "Enhancement"
1010
- title: "🐛 Bug Fixes"
1111
labels:
12-
- "Type: Bug"
12+
- "Bug"
13+
- "Bugfix"
14+
- "fix"
1315
- title: "🧰 Maintenance"
14-
label:
15-
- "Type: Maintenance"
16+
label: "Maintenance"
1617
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
1718
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
1819
version-resolver:

0 commit comments

Comments
 (0)