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 6bec01d commit 39b9349Copy full SHA for 39b9349
.github/release-drafter-config.yml
@@ -1,5 +1,7 @@
1
name-template: '$NEXT_MINOR_VERSION'
2
tag-template: 'v$NEXT_MINOR_VERSION'
3
+filter-by-commitish: true
4
+commitish: master
5
autolabeler:
6
- label: 'maintenance'
7
files:
@@ -15,7 +17,7 @@ autolabeler:
15
17
branch:
16
18
- '/feature-.+'
19
categories:
- - title: 'Breaking Changes'
20
+ - title: '🔥 Breaking Changes'
21
labels:
22
- 'breakingchange'
23
- title: '🧪 Experimental Features'
@@ -32,7 +34,12 @@ categories:
32
34
- 'bug'
33
35
- 'BUG'
36
- title: '🧰 Maintenance'
37
+ labels:
38
+ - 'maintenance'
39
+ - 'dependencies'
40
+ - 'documentation'
41
+ - 'docs'
42
+ - 'testing'
43
change-template: '- $TITLE (#$NUMBER)'
44
exclude-labels:
45
- 'skip-changelog'
0 commit comments