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 06523b4 commit 5901c20Copy full SHA for 5901c20
.github/release.yml
@@ -2,19 +2,22 @@ changelog:
2
categories:
3
- title: Breaking Changes
4
labels:
5
- - "breaking change"
+ - breaking change
6
- title: New features
7
8
- - "enhancement"
+ - enhancement
9
- title: Fixes
10
11
- - "bug"
+ - bug
12
- title: Documentation
13
14
- - "documentation"
+ - documentation
15
- title: Others
16
17
- "*"
18
+ exclude:
19
+ labels:
20
+ - dependencies
21
- title: Dependencies
22
- - "dependencies"
23
0 commit comments