List commits since last tag in bump_version.sh

This commit is contained in:
The Tumultuous Unicorn Of Darkness 2024-04-28 12:20:29 +02:00
parent 67319216d8
commit 2436e73081
No known key found for this signature in database
GPG Key ID: 1E55EE2EFF18BC1A
1 changed files with 2 additions and 0 deletions

View File

@ -56,3 +56,5 @@ sed -i "s|\\\version $OLD_VERSION|\\\version $NEW_VERSION|" "$GIT_DIR/libcpuid
echo "Model from https://github.com/anrieff/libcpuid/commit/a6123e8139ce73e26b5711c3e119b5b2bc9c9378"
echo -e "Also, make appropriate changes in follow files:\n- ChangeLog\n- configure.ac\n- libcpuid/libcpuid.h"
echo -e "\nCommits since last tag:"
git log --graph --decorate --oneline --color --first-parent master $(git tag | tail -n1)..master