Skip to content

Commit

Permalink
Update release_message.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawe committed Nov 10, 2023
1 parent 54d25c9 commit b692eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release_message.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
previous_tag=$(git tag --sort=-creatordate | sed -n 2p)
git shortlog "${previous_tag}.." | sed 's/^./ &/'
git shortlog "${previous_tag}." | sed 's/^./ &/' # change back to "${previous_tag}.." when there are more tags

0 comments on commit b692eba

Please sign in to comment.