We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66cf607 commit 08bc1c6Copy full SHA for 08bc1c6
.github/release-drafter.yml
@@ -11,6 +11,8 @@ replacers:
11
replace: 'https://tickets.metabrainz.org/browse/BB-$1'
12
13
categories:
14
+ - title: ':boom: Breaking Changes'
15
+ label: 'major'
16
- title: '🚂 New features and bug fixes'
17
- title: ':wrench: Maintenance'
18
collapse-after: 3
@@ -30,4 +32,7 @@ version-resolver:
30
32
patch:
31
33
labels:
34
- 'patch'
- default: patch
35
+ default: patch
36
+
37
+ name-template: 'v$RESOLVED_VERSION'
38
+ tag-template: 'v$RESOLVED_VERSION'
0 commit comments