lafiona commented on a change in pull request #12489: URL: https://github.com/apache/arrow/pull/12489#discussion_r818745609
########## File path: dev/release/post-13-msys2.sh ########## @@ -45,10 +45,13 @@ if ! git remote | grep -q '^upstream$'; then exit 1 fi +SOURCE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +source "${SOURCE_DIR}/git-vars.sh" + echo "Updating repository: ${repository}" git fetch --all --prune --tags --force -j$(nproc) -git checkout master -git rebase upstream/master +git checkout ${DEFAULT_BRANCH} +git rebase upstream/${DEFAULT_BRANCH} Review comment: I've included the `arrow-site` related changes and updated the description. Thank you for your help, @nealrichardson ! -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org