dongjoon-hyun opened a new pull request, #57168:
URL: https://github.com/apache/spark/pull/57168

   ### What changes were proposed in this pull request?
   
   This PR removes the `-v` flag from the two `curl` calls in the 
`publish-release` step of `dev/create-release/release-build.sh` that create and 
close the Nexus staging repository.
   
   ### Why are the changes needed?
   
   `curl -v` prints request headers to stderr, including the `Authorization` 
header with the base64-encoded ASF credentials. `do-release.sh` runs this 
script via `run_silent`, which writes stderr to `publish.log`, so the 
credentials end up in the log file.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Manual review.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Fable 5


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to