This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 259f741 fix(dev/release): correct the name of the Go tag (#415)
259f741 is described below
commit 259f741dd461da41af1708d438c377d2873b62eb
Author: David Li <[email protected]>
AuthorDate: Mon Feb 6 12:03:24 2023 -0500
fix(dev/release): correct the name of the Go tag (#415)
Fixes #414.
---
dev/release/post-04-go.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/release/post-04-go.sh b/dev/release/post-04-go.sh
index 9023bb8..0ecb99f 100755
--- a/dev/release/post-04-go.sh
+++ b/dev/release/post-04-go.sh
@@ -28,7 +28,7 @@ fi
version=$1
version_tag="apache-arrow-adbc-${version}"
-go_arrow_tag="go/v${version}"
+go_arrow_tag="go/adbc/v${version}"
git tag "${go_arrow_tag}" "${version_tag}"
git push apache "${go_arrow_tag}"