Skip to content

Commit 18fa340

Browse files
gnodetclaude
andauthored
Fix release-drafter v7 label validation error (#317)
In v7, 'label' (singular) must be a string. The Dependency updates category used 'label' with a list — change to 'labels' (plural). Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a1d6820 commit 18fa340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ categories:
4545
- test
4646
- tests
4747
- title: 📦 Dependency updates
48-
label:
48+
labels:
4949
- dependencies
5050
- dependency
5151
- dependency-upgrade

0 commit comments

Comments
 (0)