Skip to content

Commit f04ad18

Browse files
author
Max Jones
authored
Post-release notes drafter update (#122)
1 parent b659cc2 commit f04ad18

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/release-drafter.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
name-template: "$RESOLVED_VERSION"
2-
tag-template: "$RESOLVED_VERSION"
1+
name-template: "v$RESOLVED_VERSION"
2+
tag-template: "v$RESOLVED_VERSION"
33
categories:
44
- title: "Features"
5-
labels:
6-
- "feature"
5+
label: "feature"
76
- title: "Enhancement"
87
label: "enhancement"
98
- title: "Bug Fixes"
10-
labels:
11-
- "bug"
9+
label: "bug"
1210
- title: "Documentation"
1311
label: "documentation"
1412
- title: "Maintenance"
@@ -27,6 +25,6 @@ version-resolver:
2725
exclude-labels:
2826
- "skip-changelog"
2927
template: |
30-
## Changes
28+
## Release v$RESOLVED_VERSION (20YY/MM/DD)
3129
3230
$CHANGES

0 commit comments

Comments
 (0)