We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b659cc2 commit f04ad18Copy full SHA for f04ad18
.github/release-drafter.yml
@@ -1,14 +1,12 @@
1
-name-template: "$RESOLVED_VERSION"
2
-tag-template: "$RESOLVED_VERSION"
+name-template: "v$RESOLVED_VERSION"
+tag-template: "v$RESOLVED_VERSION"
3
categories:
4
- title: "Features"
5
- labels:
6
- - "feature"
+ label: "feature"
7
- title: "Enhancement"
8
label: "enhancement"
9
- title: "Bug Fixes"
10
11
- - "bug"
+ label: "bug"
12
- title: "Documentation"
13
label: "documentation"
14
- title: "Maintenance"
@@ -27,6 +25,6 @@ version-resolver:
27
25
exclude-labels:
28
26
- "skip-changelog"
29
template: |
30
- ## Changes
+ ## Release v$RESOLVED_VERSION (20YY/MM/DD)
31
32
$CHANGES
0 commit comments