Skip to content

Commit

Permalink
cat filename rather than concatenating pr number
Browse files Browse the repository at this point in the history
  • Loading branch information
jm96441n committed Sep 18, 2024
1 parent b7053f5 commit a391f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/scripts/gen-changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ echo -e "\`\`\`release-note:$type\n$msg\n\`\`\`" >>"$filename"

echo -e "\nChangelog added to $filename. Contents:\n"

cat ".changelog/$pr_number.txt"
cat "$filename"

0 comments on commit a391f2f

Please sign in to comment.