Skip to content

Commit

Permalink
feat: fix release script for v15 (vitessio#12291)
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
Co-authored-by: Manan Gupta <[email protected]>
  • Loading branch information
vitess-bot[bot] and GuptaManan100 authored Feb 9, 2023
1 parent 93c4150 commit 73cfdbb
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 73cfdbb

Please sign in to comment.