wangyum commented on a change in pull request #26879: [SPARK-30253][INFRA] Do not add commits when releasing preview version URL: https://github.com/apache/spark/pull/26879#discussion_r357955356
########## File path: dev/create-release/release-tag.sh ########## @@ -104,7 +109,9 @@ git commit -a -m "Preparing development version $NEXT_VERSION" if ! is_dry_run; then # Push changes git push origin $RELEASE_TAG Review comment: This is an example: https://github.com/wangyum/spark/releases/tag/v3.0.0-preview2-rc1 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
