Skip to content

Commit

Permalink
[CALCITE-6155] Add additional rel/ tag to avatica-go release script
Browse files Browse the repository at this point in the history
  • Loading branch information
F21 committed Dec 4, 2023
1 parent bfe91fc commit 5f0bc41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f0bc41

Please sign in to comment.