We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882388c commit 04637d7Copy full SHA for 04637d7
.github/auto-release.yml
@@ -28,9 +28,9 @@ categories:
28
- 'enhancement'
29
- 'feature'
30
- 'patch'
31
- - title: '⬆️ Updates'
+ - title: '⬆️ Upgrades'
32
labels:
33
- - 'dependency-update'
+ - 'upgrades'
34
- title: '🐛 Bug Fixes'
35
36
- 'fix'
@@ -42,16 +42,16 @@ categories:
42
- 'auto-update'
43
- title: '📝 Documentation'
44
45
- - 'chore'
+ - 'docs'
46
47
autolabeler:
48
- - label: 'chore'
+ - label: 'docs'
49
files:
50
- '*.md'
51
- label: 'enhancement'
52
title: '/enhancement|fixes/i'
53
54
- - label: 'dependency-update'
+ - label: 'upgrades'
55
title: '/⬆️/i'
56
57
- label: 'bugfix'
0 commit comments