Skip to content

Commit 0cea3ba

Browse files
committed
Update release-drafter template
1 parent a125d3b commit 0cea3ba

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/release-drafter.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# This file is used to configure the Release Drafter GitHub Action
22
# https://github.com/marketplace/actions/release-drafter
33

4-
name-template: 'v$RESOLVED_VERSION 🌈'
4+
name-template: 'EasyDiffraction $RESOLVED_VERSION'
55
tag-template: 'v$RESOLVED_VERSION'
66
categories:
7-
- title: '🚀 Features'
7+
- title: 'Added'
88
labels: # Labels to use to categorize a pull request as a feature
99
- 'enhancement'
10-
- title: '🐛 Bug Fixes'
10+
- title: 'Fixed'
1111
labels: # Labels to use to categorize a pull request as a bug fix
1212
- 'bug'
13-
- title: '🧰 Maintenance'
13+
- title: 'Changed'
1414
labels: # Labels to use to categorize a pull request as a maintenance task
1515
- 'chore'
1616
- 'documentation'
1717
- 'refactor'
18-
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
18+
change-template: '- $TITLE (#$NUMBER)'
1919
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
2020
version-resolver:
2121
major:
@@ -26,11 +26,10 @@ version-resolver:
2626
- 'enhancement'
2727
patch:
2828
labels:
29+
- 'bug'
2930
- 'chore'
3031
- 'documentation'
3132
- 'refactor'
3233
default: patch
3334
template: |
34-
## Changes
35-
3635
$CHANGES

0 commit comments

Comments
 (0)