Skip to content

Commit ded3123

Browse files
committed
fix: missing label in the changelog feature section.
Updates the release drafter configuration file to show PR tagged with kind/feature in the feature section in the changelog. Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
1 parent 849b775 commit ded3123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/release-drafter.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ categories:
66
- title: '🚀 Features'
77
labels:
88
- 'kind/enhancement'
9+
- 'kind/feature'
910
- title: '🐛 Bug Fixes'
1011
labels:
1112
- 'kind/bug'

0 commit comments

Comments
 (0)