Skip to content

Commit

Permalink
Fix release notes formatting (#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Aug 19, 2024
1 parent 06545f7 commit 336a107
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ jobs:
# conditional blocks not indented because of the heredoc
if [[ $VERSION == *.0 ]]; then
cat > /tmp/release-notes.txt << EOF
This release targets the OpenTelemetry Java Instrumentation
[$instrumentation_version](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v$instrumentation_version).
This release targets the OpenTelemetry Java Instrumentation [$instrumentation_version](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v$instrumentation_version).
EOF
else
Expand Down

0 comments on commit 336a107

Please sign in to comment.