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 52b781c commit c7f4fc8Copy full SHA for c7f4fc8
.github/release.yml
@@ -0,0 +1,26 @@
1
+changelog:
2
+ exclude:
3
+ authors:
4
+ - dependabot
5
+ categories:
6
+ - title: Breaking Changes
7
+ labels:
8
+ - "breaking-change"
9
+ - title: Bug Fixes
10
11
+ - "bug"
12
+ - title: New Features
13
14
+ - "enhancement"
15
+ - title: Configuration
16
17
+ - "configuration"
18
+ - title: Documentation
19
20
+ - "documentation"
21
+ - title: Dependency Updates
22
23
+ - "dependencies"
24
+ - title: Other Changes
25
26
+ - "*"
0 commit comments