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 b873f114 chore(dev/post-website): improve email generation (#685)
b873f114 is described below

commit b873f11421e471850bd638008816db8bba665a94
Author: Matt Topol <[email protected]>
AuthorDate: Wed Mar 4 11:29:23 2026 -0500

    chore(dev/post-website): improve email generation (#685)
---
 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 7a51af98..a9cea4a7 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')"
+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