Skip to content

Commit 90a7221

Browse files
committed
Fix documentation area comparison in release notes
Since now all areas are capitalized by default, when looking for the docs area label we need to use a capitalized constant.
1 parent 806b10f commit 90a7221

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)