[
https://issues.apache.org/jira/browse/ARROW-16353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yibo Cai updated ARROW-16353:
-----------------------------
Issue Type: Improvement (was: Bug)
> [Wiki] Release verification howto is obsolete
> ---------------------------------------------
>
> Key: ARROW-16353
> URL: https://issues.apache.org/jira/browse/ARROW-16353
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Wiki
> Reporter: Yibo Cai
> Priority: Major
>
> 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)