-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Wiki] Release verification howto is obsolete #31735
Copy link
Copy link
Closed
Milestone
Description
The example commands are wrong.
E.g.,
TEST_DEFAULT=0 TEST_SOURCE=1 TEST_CPP=1 verify-release-candidate.sh source $VERSION $RC_NUMshould be changed to
TEST_DEFAULT=0 TEST_CPP=1 verify-release-candidate.sh $VERSION $RC_NUMReporter: Yibo Cai / @cyb70289
Note: This issue was originally created as ARROW-16353. Please see the migration documentation for further details.
Reactions are currently unavailable