Skip to content

Commit c5bf2a1

Browse files
authored
Improve release drafter
1 parent 9b42628 commit c5bf2a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/release-drafter.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ publish: false
55
exclude-labels:
66
- "Action: No Changelog"
77

8+
category_template: "### $TITLE"
89
categories:
910
- title: "🚀 Features"
1011
labels:
@@ -15,7 +16,9 @@ categories:
1516
- title: "🔧 Dependencies"
1617
labels:
1718
- "Type: Dependency update"
18-
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
19+
20+
change-template: "- [$NUMBER]: **$TITLE**"
21+
1922
version-resolver:
2023
major:
2124
labels:

0 commit comments

Comments
 (0)