mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
List commits since last tag in bump_version.sh
This commit is contained in:
parent
67319216d8
commit
2436e73081
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue