Skip to content

Commit c303ba3

Browse files
author
Max Jones
authored
Add two sections to release notes (#101)
1 parent c92e7d5 commit c303ba3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/release-drafter.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ categories:
44
- title: "Features"
55
labels:
66
- "feature"
7-
- "enhancement"
7+
- title: "Enhancement"
8+
label: "enhancement"
89
- title: "Bug Fixes"
910
labels:
1011
- "bug"
12+
- title: "Documentation"
13+
label: "documentation"
1114
- title: "Maintenance"
12-
label: "chore"
15+
label: "maintenance"
1316
change-template: "- $TITLE @$AUTHOR ([#$NUMBER]($URL))"
1417
change-title-escapes: '\<*_&#@'
1518
version-resolver:

0 commit comments

Comments
 (0)