Skip to content

Commit

Permalink
Compare commit number base on base version
Browse files Browse the repository at this point in the history
  • Loading branch information
hoang-rio committed Jun 27, 2024
1 parent dec9e52 commit de29dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de29dd0

Please sign in to comment.