Skip to content

Commit

Permalink
Fix notes printing
Browse files Browse the repository at this point in the history
  • Loading branch information
triarius committed Aug 16, 2023
1 parent d25f9dd commit 180b56d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/steps/github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ echo --- The following notes will accompany the release:
# Delete the lines included from the headers
# The command substituion will then delete the empty lines from the end
notes=$(sed -n "/^## \[${escaped_tag}\]/,/^## \[${escaped_last_tag}\]/p" CHANGELOG.md | sed '$d')
echo "$notes"

echo --- :lambda: Downloading lambda from artifacts
buildkite-agent artifact download handler.zip .

echo "--- 🚀 Releasing $version"
Expand Down

0 comments on commit 180b56d

Please sign in to comment.