Skip to content

Commit 8ed457c

Browse files
authored
Improve change log categories (#3442)
So that anything labeled `feature` is added to the Features category and docs changes are listed as a separate category
1 parent c483b99 commit 8ed457c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ changelog:
1212
- title: New Features
1313
labels:
1414
- enhancement
15+
- feature
1516
- title: Fixed
1617
labels:
1718
- bug
1819
- fixed
20+
- title: Documentation Changes
21+
labels:
22+
- docs
1923
- title: Other Changes
2024
labels:
2125
- "*"

0 commit comments

Comments
 (0)