dongjoon-hyun commented on code in PR #40585: URL: https://github.com/apache/spark/pull/40585#discussion_r1151453307
########## dev/create-release/release-build.sh: ########## @@ -473,7 +473,7 @@ if [[ "$1" == "publish-release" ]]; then pushd $tmp_repo/org/apache/spark # Remove any extra files generated during install - find . -type f |grep -v \.jar |grep -v \.pom | xargs rm + find . -type f |grep -v \.jar |grep -v \.pom |grep -v \.xml |grep -v \.json | xargs rm Review Comment: Now, I'm running a dry-run. ``` $ dev/create-release/do-release-docker.sh -t 3.4.0-SNAPSHOT -d /tmp/spark-3.4.0 -n Branch [branch-3.4]: Current branch version is 3.4.1-SNAPSHOT. Release [3.4.0]: RC # [5]: This is a dry run. Please confirm the ref that will be built for testing. Ref [branch-3.4]: ... ``` -- 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]
