Skip to content

Commit c502dbd

Browse files
authored
Fix label case (#804)
1 parent ae792e4 commit c502dbd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ changelog:
55
categories:
66
- title: Fixed
77
labels:
8-
- changelog/fixed
8+
- changelog/Fixed
99
- title: Added
1010
labels:
11-
- changelog/added
11+
- changelog/Added
1212
- title: Changed
1313
labels:
14-
- changelog/changed
14+
- changelog/Changed
1515
- title: Removed
1616
labels:
17-
- changelog/removed
17+
- changelog/Removed
1818
- title: Deprecated
1919
labels:
20-
- changelog/deprecated
20+
- changelog/Deprecated
2121
- title: Security
2222
labels:
23-
- changelog/security
23+
- changelog/Security

0 commit comments

Comments
 (0)