Skip to content

Commit 336a107

Browse files
authored
Fix release notes formatting (#1429)
1 parent 06545f7 commit 336a107

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ jobs:
137137
# conditional blocks not indented because of the heredoc
138138
if [[ $VERSION == *.0 ]]; then
139139
cat > /tmp/release-notes.txt << EOF
140-
This release targets the OpenTelemetry Java Instrumentation
141-
[$instrumentation_version](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v$instrumentation_version).
140+
This release targets the OpenTelemetry Java Instrumentation [$instrumentation_version](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v$instrumentation_version).
142141
143142
EOF
144143
else

0 commit comments

Comments
 (0)