RussellSpitzer commented on code in PR #3763:
URL: https://github.com/apache/parquet-java/pull/3763#discussion_r3927600173


##########
release/bin/prepare-rc.sh:
##########
@@ -255,7 +255,7 @@ step_summary "Created tag \`${rc_tag}\` at 
\`${tag_commit}\`"
 step_summary ""
 step_summary "### Nexus Deployment"
 
-settings_file=".release-settings.xml"
+settings_file=$(mktemp 
"${RUNNER_TEMP:-${TMPDIR:-/tmp}}/parquet-release-settings.XXXXXX")

Review Comment:
   Honeslty I just thought it looked cool when the llm suggested it so I kept 
it. I don't think there is a real reason for the extension except that it's 
temporary so it doesn't matter



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