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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2e878e3f chore(fixup): silly mistake (#686)
2e878e3f is described below

commit 2e878e3f25abe8828d623cadec908059ea822b14
Author: Matt Topol <[email protected]>
AuthorDate: Wed Mar 4 11:33:19 2026 -0500

    chore(fixup): silly mistake (#686)
    
    fixup silly mistake in post-website.sh
---
 dev/release/post-website.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/release/post-website.sh b/dev/release/post-website.sh
index a9cea4a7..1c64ba30 100755
--- a/dev/release/post-website.sh
+++ b/dev/release/post-website.sh
@@ -77,7 +77,7 @@ contributors=$(${contributors_command_line} | grep -v 
dependabot)
 n_commits=$(git log --pretty=oneline "${git_range}" | grep -c -i -v "chore: 
Bump")
 n_contributors=$(${contributors_command_line} | grep -c -v dependabot)
 
-git_changelog="$(gh release view --json body --jq .body | grep -v 
'@dependabot' | sed -e 's/^#/##/g')" | sed -e 
's|\(https://github.com/apache/arrow-go/pull/\([[:digit:]]\+\)\)|[#\2](\1)|g'
+git_changelog="$(gh release view --json body --jq .body | grep -v 
'@dependabot' | sed -e 's/^#/##/g' | sed -e 
's|\(https://github.com/apache/arrow-go/pull/\([[:digit:]]\+\)\)|[#\2](\1)|g')"
 popd
 
 pushd "${ARROW_SITE_DIR}"

Reply via email to