Skip to content

Commit b4dda8a

Browse files
authored
Update release-drafter.yml
1 parent c1ac8f0 commit b4dda8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/release-drafter.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name-template: 'v$RESOLVED_VERSION-dev'
22
tag-template: 'v$RESOLVED_VERSION-dev'
3+
tag-prefix: 'v'
4+
35
categories:
46
- title: 🚀 Features
57
label: 'enhancement'
@@ -13,9 +15,11 @@ categories:
1315
- 'python'
1416
- title: 🔍 Hunting Updates
1517
label: 'Hunting'
18+
1619
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
1720
exclude-labels:
1821
- 'skip-changelog'
22+
1923
version-resolver:
2024
major:
2125
labels:
@@ -27,6 +31,7 @@ version-resolver:
2731
labels:
2832
- 'patch'
2933
default: patch
34+
3035
template: |
3136
## Changes
3237
$CHANGES

0 commit comments

Comments
 (0)