Skip to content

Commit

Permalink
ci: bump minor version to 9 (datreeio#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
royhadad authored May 10, 2023
1 parent ca2b4de commit ee04df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy_release_candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -ex

MAJOR_VERSION=1
MINOR_VERSION=8
MINOR_VERSION=9

git fetch --prune --unshallow --tags # needed for getting list of tags
latestRcTag=$(git tag --sort=-version:refname | grep -E "^${MAJOR_VERSION}\.${MINOR_VERSION}.[0-9]+-rc" | head -n 1 | grep --only-matching "^${MAJOR_VERSION}\.${MINOR_VERSION}.[0-9]\+" || true)
Expand Down

0 comments on commit ee04df4

Please sign in to comment.