Skip to content

Commit 8852a0c

Browse files
committed
[chloggen] Fix component name in featuregate changelog entry
.chloggen/featuregate-reject-empty-id-segments.yaml declared component: featuregate, which is not in the config.yaml component allowlist and fails the changelog CI check. The correct entry is pkg/featuregate, matching the actual package path.
1 parent 7f65915 commit 8852a0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.chloggen/featuregate-reject-empty-id-segments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
change_type: 'bug_fix'
55

66
# The name of the component, or a single word describing the area of concern, (e.g. receiver/otlp)
7-
component: featuregate
7+
component: pkg/featuregate
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
1010
note: Reject feature gate IDs with an empty dot-separated segment (leading, trailing, or consecutive dots), e.g. `.foo`, `foo.`, `foo..bar`.

0 commit comments

Comments
 (0)