kou opened a new pull request, #14468:
URL: https://github.com/apache/arrow/pull/14468

   SOURCE_PR in dev/release/02-source.sh didn't work because it refers 
undefined variable (`rc_number` is referred not `rc`). This change includes the 
following changes including the fix of the undefined variable problem:
   
   - Fix wrong variable use. (Variable name is also changed to adjust other 
variable names: `release_candidate` -> `rc`)
   - The ARROW_GITHUB_API_TOKEN environment variable is used for GitHub 
Personal Access Token but the CROSSBOW_GITHUB_TOKEN environment variable is 
used in others. So this also uses CROSSBOW_GITHUB_TOKEN. (Documentation is also 
updated. This change also includes unrelated minor updates. Sorry.)
   
   dev/release/03-binary-submit.sh didn't work because:
   
   - It refers undefined variable (`release_candidate_branch`).
   - `archery crossbow report-pr` searches only `base=master` pull requests. (A 
verify pull request uses `base=maint-X.Y.Z`.)
   
   This change fixes them. This change also adds `--no-fetch` to `archery 
crossbow latest-prefix` like other command lines to reduce execution time.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to