Skip to content

Commit

Permalink
Merge pull request #267 from rapidsai/branch-21.06
Browse files Browse the repository at this point in the history
[gpuCI] Forward-merge branch-21.06 to branch-21.08 [skip ci]
  • Loading branch information
GPUtester authored Jun 9, 2021
2 parents 1dc7423 + ac01b66 commit 1fb6e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
NEXT_FULL_TAG=$1

# Get current version
CURRENT_TAG=$(git tag | grep -xE 'v[0-9\.]+' | sort --version-sort | tail -n 1 | tr -d 'v')
CURRENT_TAG=$(git tag --merged HEAD | grep -xE '^v.*' | sort --version-sort | tail -n 1 | tr -d 'v')
CURRENT_MAJOR=$(echo $CURRENT_TAG | awk '{split($0, a, "."); print a[1]}')
CURRENT_MINOR=$(echo $CURRENT_TAG | awk '{split($0, a, "."); print a[2]}')
CURRENT_PATCH=$(echo $CURRENT_TAG | awk '{split($0, a, "."); print a[3]}')
Expand Down

0 comments on commit 1fb6e7c

Please sign in to comment.