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 7f4a4d5 commit d169fc6Copy full SHA for d169fc6
1 file changed
.github/release.yml
@@ -0,0 +1,21 @@
1
+changelog:
2
+ categories:
3
+ - title: Breaking Changes 🚨
4
+ labels:
5
+ - type breaking change
6
+ - title: Enhancements ✨
7
8
+ - type enhancement
9
+ - title: Bug Fixes 🐛
10
11
+ - type bug fix
12
+ - title: Security Fixes 🔒
13
14
+ - type security fix
15
+ - title: Other Changes 🛠
16
17
+ - "*"
18
+ exclude:
19
+ authors:
20
+ - dependabot
21
+ - dependabot[bot]
0 commit comments