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 ab5272c commit aca0050Copy full SHA for aca0050
.github/release-drafter-config.yml
@@ -1,5 +1,5 @@
1
-name-template: 'Version $NEXT_PATCH_VERSION'
2
-tag-template: 'v$NEXT_PATCH_VERSION'
+name-template: '$NEXT_MAJOR_VERSION'
+tag-template: 'v$NEXT_MAJOR_VERSION'
3
autolabeler:
4
- label: 'maintenance'
5
files:
@@ -15,9 +15,13 @@ autolabeler:
15
branch:
16
- '/feature-.+'
17
categories:
18
- - title: '🔥 Breaking Changes'
+ - title: 'Breaking Changes'
19
labels:
20
- 'breakingchange'
21
+
22
+ - title: '🧪 Experimental Features'
23
+ labels:
24
+ - 'experimental'
25
- title: '🚀 New Features'
26
27
- 'feature'
@@ -27,6 +31,7 @@ categories:
31
- 'fix'
28
32
- 'bugfix'
29
33
- 'bug'
34
+ - 'BUG'
30
35
- title: '🧰 Maintenance'
36
label: 'maintenance'
37
change-template: '- $TITLE (#$NUMBER)'
0 commit comments