We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84713e6 commit 6f27b9eCopy full SHA for 6f27b9e
1 file changed
.github/release.yml
@@ -2,19 +2,19 @@
2
# SPDX-License-Identifier: CC0-1.0
3
4
changelog:
5
- categories:
6
- - title: 💥 Breaking changes
7
- labels:
8
- - breaking
9
- - "type: breaking"
10
- - title: 🚀 Enhancements
11
12
- - enhancement
13
- - "type: enhancement"
14
- - title: 🐛 Fixed bugs
15
16
- - bug
17
- - "type: bug"
18
- - title: Other changes
19
20
- - "*"
+ categories:
+ - title: 💥 Breaking changes
+ labels:
+ - breaking
+ - "type: breaking"
+ - title: 🚀 Enhancements
+ - enhancement
+ - "type: enhancement"
+ - title: 🐛 Fixed bugs
+ - bug
+ - "type: bug"
+ - title: Other changes
+ - "*"
0 commit comments