diff --git a/dev/release/post-14-mysys2.sh b/dev/release/post-14-msys2.sh similarity index 100% rename from dev/release/post-14-mysys2.sh rename to dev/release/post-14-msys2.sh diff --git a/docs/source/developers/release.rst b/docs/source/developers/release.rst index 63cd0ce0013a7..a55d9d6835d6b 100644 --- a/docs/source/developers/release.rst +++ b/docs/source/developers/release.rst @@ -444,8 +444,8 @@ Be sure to go through on the following checklist: git remote add upstream https://github.com/msys2/MINGW-packages.git cd - - # dev/release/post-13-msys2.sh 10.0.0 ../MINGW-packages - dev/release/post-13-msys2.sh X.Y.Z + # dev/release/post-14-msys2.sh 10.0.0 ../MINGW-packages + dev/release/post-14-msys2.sh X.Y.Z This script pushes a ``arrow-X.Y.Z`` branch to your ``msys2/MINGW-packages`` fork. You need to create a pull request from the ``arrow-X.Y.Z`` branch with ``arrow: Update to X.Y.Z`` title on your Web browser.