Skip to content

Commit 3b82d0e

Browse files
committed
A bit fancier of a template based on their readme
1 parent cd79f32 commit 3b82d0e

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.github/release-drafter.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1+
name-template: 'v$NEXT_PATCH_VERSION 🌈'
2+
tag-template: 'v$NEXT_PATCH_VERSION'
3+
categories:
4+
- title: '🚀 New scanners'
5+
labels:
6+
- 'Import Scans'
7+
- title: '🚀 Features and enhancements'
8+
labels:
9+
- 'feature'
10+
- 'enhancement'
11+
- title: '🐛 Bug Fixes'
12+
labels:
13+
- 'fix'
14+
- 'bugfix'
15+
- 'bug'
16+
- title: '🧰 Maintenance'
17+
label: 'dependencies'
18+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
119
template: |
2-
## What's Changed
20+
## Changes
321
422
$CHANGES

0 commit comments

Comments
 (0)