Skip to content

Commit

Permalink
Turn off buffering for release notes script
Browse files Browse the repository at this point in the history
  • Loading branch information
saagarjha committed Aug 28, 2024
1 parent b7ec553 commit 6b847b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Release/generate_notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@

set -x

# Don't buffer output, as per setbuf(3)
export STDBUF=U

LAST_TAG="$(git tag --sort=-version:refname | head -2 | tail -n 1)"
git log "$LAST_TAG"..HEAD --pretty=format:"[%as] %h: %s (%aN <%aE>)"

0 comments on commit 6b847b9

Please sign in to comment.