Skip to content

Commit 6f27b9e

Browse files
committed
chore: correct release configuration syntax
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 84713e6 commit 6f27b9e

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

.github/release.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
# SPDX-License-Identifier: CC0-1.0
33

44
changelog:
5-
categories:
6-
- title: 💥 Breaking changes
7-
labels:
8-
- breaking
9-
- "type: breaking"
10-
- title: 🚀 Enhancements
11-
labels:
12-
- enhancement
13-
- "type: enhancement"
14-
- title: 🐛 Fixed bugs
15-
labels:
16-
- bug
17-
- "type: bug"
18-
- title: Other changes
19-
labels:
20-
- "*"
5+
categories:
6+
- title: 💥 Breaking changes
7+
labels:
8+
- breaking
9+
- "type: breaking"
10+
- title: 🚀 Enhancements
11+
labels:
12+
- enhancement
13+
- "type: enhancement"
14+
- title: 🐛 Fixed bugs
15+
labels:
16+
- bug
17+
- "type: bug"
18+
- title: Other changes
19+
labels:
20+
- "*"

0 commit comments

Comments
 (0)