Skip to content

Commit

Permalink
Add some extra debugging to generate_notes.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
saagarjha committed Nov 28, 2024
1 parent a3fd0cc commit 5fc46fe
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 @@ -5,5 +5,8 @@ set -x
# Don't buffer output, as per setbuf(3)
export STDBUF=U

ALL_TAGS="$(git tag --sort=-version:refname | xargs -n 1 git show-ref)"
HEAD="$(git show-ref HEAD)"

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 5fc46fe

Please sign in to comment.