Skip to content

Commit

Permalink
Print commands in notes generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
saagarjha committed May 30, 2024
1 parent 6116b84 commit 79e976d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Release/generate_notes.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh

set -x

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 79e976d

Please sign in to comment.