Skip to content

Commit

Permalink
check-abi: Default to HEAD for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed Dec 21, 2023
1 parent 6283d8b commit d6274ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check-abi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eu

default_base_version="$(git describe --match "v*.*.*" --abbrev=0)"
default_new_version="master"
default_new_version="HEAD"

display_help_and_exit() {
echo "Usage: $0 <base_ver> <new_ver>"
Expand Down

0 comments on commit d6274ea

Please sign in to comment.