Skip to content

Commit dad426a

Browse files
authored
Merge pull request kubernetes-sigs#9769 from g-gaston/fix-bug-comparison-are-docs
🐛 Fix documentation area comparison in release notes
2 parents 34bed56 + 90a7221 commit dad426a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools/release/notes/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const (
143143
missingAreaLabelPrefix = "MISSING_AREA"
144144
areaLabelPrefix = "area/"
145145
multipleAreaLabelsPrefix = "MULTIPLE_AREAS["
146-
documentationAreaLabel = "documentation"
146+
documentationAreaLabel = "Documentation"
147147
)
148148

149149
type githubPullRequest struct {

0 commit comments

Comments
 (0)