This is an automated email from the ASF dual-hosted git repository.
kou 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 9aed38dfe chore(dev/release): fix website post-release script (#1877)
9aed38dfe is described below
commit 9aed38dfe24886ae9bc3394ee594111d75d42335
Author: David Li <[email protected]>
AuthorDate: Tue May 21 10:41:14 2024 +0900
chore(dev/release): fix website post-release script (#1877)
---
dev/release/post-10-website.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/release/post-10-website.sh b/dev/release/post-10-website.sh
index 0d0f7141f..098aec7ac 100755
--- a/dev/release/post-10-website.sh
+++ b/dev/release/post-10-website.sh
@@ -109,7 +109,7 @@ or the [Arrow mailing lists][5].
[1]: ${MILESTONE_URL}
[2]: #contributors
-[3]:
https://github.com/apache/arrow-adbc/blob/apache-arrow-adbc-${version}/CHANGELOG.md
+[3]:
https://github.com/apache/arrow-adbc/blob/apache-arrow-adbc-${RELEASE}/CHANGELOG.md
[4]: https://github.com/apache/arrow-adbc/issues
[5]: {% link community.md %}
EOF