Skip to content

Commit f763b3a

Browse files
committed
fix: changelog issue must be a str
1 parent fb7f81b commit f763b3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.chloggen/dockerfile_remove_root_group.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ change_type: 'enhancement'
77
component: container
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Set Dockerfile's USER_GID as non root
10+
note: "Set Dockerfile's USER_GID as non root. OpenTelemetry Collector releases issue: https://github.com/open-telemetry/opentelemetry-collector-releases/issues/662"
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [https://github.com/open-telemetry/opentelemetry-collector-releases/issues/662]
13+
issues: []
1414

1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.

0 commit comments

Comments
 (0)