Yibo Cai created ARROW-16353:
--------------------------------
Summary: [Wiki] Release verification howto is obsolete
Key: ARROW-16353
URL: https://issues.apache.org/jira/browse/ARROW-16353
Project: Apache Arrow
Issue Type: Bug
Components: Wiki
Reporter: Yibo Cai
https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates#HowtoVerifyReleaseCandidates-LinuxandmacOS
The example commands are wrong.
E.g., {code:bash}TEST_DEFAULT=0 TEST_SOURCE=1 TEST_CPP=1
verify-release-candidate.sh source $VERSION $RC_NUM{code}
should be changed to
{code:bash}TEST_DEFAULT=0 TEST_CPP=1 verify-release-candidate.sh $VERSION
$RC_NUM{code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)