Skip to content

Commit 2e878e3

Browse files
authored
chore(fixup): silly mistake (#686)
fixup silly mistake in post-website.sh
1 parent b873f11 commit 2e878e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/release/post-website.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ contributors=$(${contributors_command_line} | grep -v dependabot)
7777
n_commits=$(git log --pretty=oneline "${git_range}" | grep -c -i -v "chore: Bump")
7878
n_contributors=$(${contributors_command_line} | grep -c -v dependabot)
7979

80-
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'
80+
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')"
8181
popd
8282

8383
pushd "${ARROW_SITE_DIR}"

0 commit comments

Comments
 (0)