Skip to content

Commit

Permalink
feat: fix release script for v15 (#12285)
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 authored Feb 9, 2023
1 parent c1d8c14 commit ad802f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/do_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function updateVitessExamples () {

# First argument is the Release Version the docker release script should be set to (for instance: v15.0.0)
function updateDockerReleaseScript () {
sed -i.bak -E "s/vt_base_version=.*/vt_base_version='$1'/g" $ROOT/docker/release.sh
sed -i.bak -E "s/vt_base_version=.*/vt_base_version='v$1'/g" $ROOT/docker/release.sh
rm -f $ROOT/docker/release.sh.bak
}

Expand Down

0 comments on commit ad802f0

Please sign in to comment.