Skip to content

Commit f255983

Browse files
committed
tag
1 parent 49ba0a4 commit f255983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ make build && make test
336336

337337
```shell
338338
# Checkout the tags that passed VOTE
339-
git checkout ${release_version}
339+
git checkout "v${release_version}"
340340
# Tag with the iceberg version
341341
git tag -s "v${iceberg_version}"
342342
# Push tags to github to trigger releases

0 commit comments

Comments
 (0)