This is an automated email from the ASF dual-hosted git repository.

francischuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f0bc41  [CALCITE-6155] Add additional rel/ tag to avatica-go release 
script
5f0bc41 is described below

commit 5f0bc41ba1ea62cbd4b1656b131cc11c60af09ab
Author: Francis Chuang <[email protected]>
AuthorDate: Mon Dec 4 14:20:40 2023 +1100

    [CALCITE-6155] Add additional rel/ tag to avatica-go release script
---
 docker.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docker.sh b/docker.sh
index 95932f1..093d848 100755
--- a/docker.sh
+++ b/docker.sh
@@ -526,8 +526,10 @@ promote_release(){
     set_git_credentials
 
     git tag v$TAG_WITHOUT_RC $LATEST_TAG
+    git tag rel/v$TAG_WITHOUT_RC $LATEST_TAG
 
     git push $GITBOX_URL v$TAG_WITHOUT_RC
+    git push $GITBOX_URL rel/v$TAG_WITHOUT_RC
 
     svn checkout $RELEASE_REPO /tmp/release
     rm -rf /tmp/release/$PRODUCT-$TAG_WITHOUT_RC

Reply via email to