From de29dd03c55afc6b9152196793c8a0fb2fd1f0cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Rio?= Date: Thu, 27 Jun 2024 10:20:42 +0700 Subject: [PATCH] Compare commit number base on base version --- build-dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-dev.sh b/build-dev.sh index 18e3be77124..425ed7d4d77 100755 --- a/build-dev.sh +++ b/build-dev.sh @@ -6,7 +6,7 @@ then BASE_VERSION='v0.108.5' readonly BASE_VERSION fi - commit_number="$( git rev-list --count master..HEAD )" + commit_number="$( git rev-list --count $BASE_VERSION..HEAD )" readonly commit_number # The development builds are described with a combination of unset semantic