Skip to content

Commit 08bc1c6

Browse files
committed
chore: update release drafter template
add version name and tag
1 parent 66cf607 commit 08bc1c6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/release-drafter.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ replacers:
1111
replace: 'https://tickets.metabrainz.org/browse/BB-$1'
1212

1313
categories:
14+
- title: ':boom: Breaking Changes'
15+
label: 'major'
1416
- title: '🚂 New features and bug fixes'
1517
- title: ':wrench: Maintenance'
1618
collapse-after: 3
@@ -30,4 +32,7 @@ version-resolver:
3032
patch:
3133
labels:
3234
- 'patch'
33-
default: patch
35+
default: patch
36+
37+
name-template: 'v$RESOLVED_VERSION'
38+
tag-template: 'v$RESOLVED_VERSION'

0 commit comments

Comments
 (0)