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 2f1dbf2 commit 99d8593Copy full SHA for 99d8593
.github/release.yml
@@ -1,20 +1,26 @@
1
changelog:
2
categories:
3
- - title: "Bug fixes"
4
- labels:
5
- - bug
6
- title: "Breaking changes"
7
labels:
8
- "breaking change"
9
- title: "New features"
10
11
- "new feature"
+ - title: "Bug fixes"
+ labels:
+ - bug
12
+ - title: Changes
13
14
+ - change
15
- title: Deprecated
16
17
- deprecate
18
- title: Removed
19
20
- remove
21
+ - title: "Update Dependencies"
22
23
+ - dependencies
24
- title: Others
25
26
- "*"
0 commit comments