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 077a641 commit a3ef14aCopy full SHA for a3ef14a
.github/release.yml
@@ -0,0 +1,34 @@
1
+changelog:
2
+ categories:
3
+ - title: '🚀 Features'
4
+ labels:
5
+ - 'feature'
6
+ - 'enhancement'
7
+ - title: '🐛 Bug Fixes'
8
9
+ - 'bug'
10
+ - 'fix'
11
+ - title: '📚 Documentation'
12
13
+ - 'documentation'
14
+ - 'docs'
15
+ - title: '🧹 Maintenance'
16
17
+ - 'chore'
18
+ - 'maintenance'
19
+ - 'refactor'
20
+ - title: '⚡ Performance'
21
22
+ - 'performance'
23
+ - title: '🔒 Security'
24
25
+ - 'security'
26
+ exclude:
27
28
+ - 'skip-changelog'
29
+ - 'duplicate'
30
+ - 'invalid'
31
+ - 'wontfix'
32
+ authors:
33
+ - 'dependabot'
34
+ - 'dependabot[bot]'
0 commit comments