Skip to content

Commit cb36436

Browse files
committed
Bump post-* scripts numbers
1 parent 486aa40 commit cb36436

13 files changed

+21
-21
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/source/developers/release.rst

+21-21
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@ Be sure to go through on the following checklist:
418418
git remote add <YOUR_GITHUB_ID> [email protected]:<YOUR_GITHUB_ID>/homebrew-core.git
419419
cd -
420420
421-
# dev/release/post-14-homebrew.sh 10.0.0 kou
422-
dev/release/post-14-homebrew.sh X.Y.Z <YOUR_GITHUB_ID>
421+
# dev/release/post-15-homebrew.sh 10.0.0 kou
422+
dev/release/post-15-homebrew.sh X.Y.Z <YOUR_GITHUB_ID>
423423
424424
This script pushes a ``apache-arrow-X.Y.Z`` branch to your ``Homebrew/homebrew-core`` fork. You need to create a pull request from the ``apache-arrow-X.Y.Z`` branch with ``apache-arrow, apache-arrow-glib: X.Y.Z`` title on your Web browser.
425425

@@ -469,8 +469,8 @@ Be sure to go through on the following checklist:
469469

470470
.. code-block:: Bash
471471
472-
# dev/release/post-05-ruby.sh 10.0.0
473-
dev/release/post-05-ruby.sh X.Y.Z
472+
# dev/release/post-06-ruby.sh 10.0.0
473+
dev/release/post-06-ruby.sh X.Y.Z
474474
475475
.. dropdown:: Update JavaScript packages
476476
:animate: fade-in-slide-down
@@ -488,8 +488,8 @@ Be sure to go through on the following checklist:
488488
# Login to npmjs.com (You need to do this only for the first time)
489489
npm login --registry=https://registry.yarnpkg.com/
490490
491-
# dev/release/post-06-js.sh 10.0.0
492-
dev/release/post-06-js.sh X.Y.Z
491+
# dev/release/post-07-js.sh 10.0.0
492+
dev/release/post-07-js.sh X.Y.Z
493493
494494
.. dropdown:: Update C# packages
495495
:animate: fade-in-slide-down
@@ -504,8 +504,8 @@ Be sure to go through on the following checklist:
504504

505505
.. code-block:: Bash
506506
507-
# NUGET_API_KEY=YOUR_NUGET_API_KEY dev/release/post-07-csharp.sh 10.0.0
508-
NUGET_API_KEY=<your NuGet API key> dev/release/post-07-csharp.sh X.Y.Z
507+
# NUGET_API_KEY=YOUR_NUGET_API_KEY dev/release/post-08-csharp.sh 10.0.0
508+
NUGET_API_KEY=<your NuGet API key> dev/release/post-08-csharp.sh X.Y.Z
509509
510510
.. dropdown:: Upload wheels/sdist to PyPI
511511
:animate: fade-in-slide-down
@@ -518,8 +518,8 @@ Be sure to go through on the following checklist:
518518

519519
.. code-block:: Bash
520520
521-
# dev/release/post-10-python.sh 10.0.0
522-
dev/release/post-10-python.sh <version>
521+
# dev/release/post-11-python.sh 10.0.0
522+
dev/release/post-11-python.sh <version>
523523
524524
.. dropdown:: Publish Maven packages
525525
:animate: fade-in-slide-down
@@ -591,8 +591,8 @@ Be sure to go through on the following checklist:
591591
git remote add upstream https://github.com/microsoft/vcpkg.git
592592
cd -
593593
594-
# dev/release/post-15-vcpkg.sh 10.0.0 ../vcpkg
595-
dev/release/post-15-vcpkg.sh X.Y.Z <YOUR_VCPKG_FORK>
594+
# dev/release/post-16-vcpkg.sh 10.0.0 ../vcpkg
595+
dev/release/post-16-vcpkg.sh X.Y.Z <YOUR_VCPKG_FORK>
596596
597597
This script pushes a ``arrow-X.Y.Z`` branch to your ``microsoft/vcpkg`` 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.
598598

@@ -617,8 +617,8 @@ Be sure to go through on the following checklist:
617617
git remote add upstream https://github.com/conan-io/conan-center-index.git
618618
cd -
619619
620-
# dev/release/post-16-conan.sh 10.0.1 ../conan-center-index
621-
dev/release/post-16-conan.sh X.Y.Z <YOUR_CONAN_CENTER_INDEX_FORK>
620+
# dev/release/post-17-conan.sh 10.0.1 ../conan-center-index
621+
dev/release/post-17-conan.sh X.Y.Z <YOUR_CONAN_CENTER_INDEX_FORK>
622622
623623
This script pushes a ``arrow-X.Y.Z`` branch to your ``conan-io/conan-center-index`` fork. You need to create a pull request from the ``arrow-X.Y.Z`` branch on your Web browser.
624624

@@ -632,8 +632,8 @@ Be sure to go through on the following checklist:
632632
# You can run the script with BUMP_TAG=0 and BUMP_PUSH=0
633633
# this will avoid default pushing to main and pushing the tag
634634
# but you will require to push manually after reviewing the commits.
635-
# dev/release/post-12-bump-versions.sh 10.0.0 11.0.0
636-
dev/release/post-12-bump-versions.sh X.Y.Z NEXT_X.NEXT_Y.NEXT_Z
635+
# dev/release/post-13-bump-versions.sh 10.0.0 11.0.0
636+
dev/release/post-13-bump-versions.sh X.Y.Z NEXT_X.NEXT_Y.NEXT_Z
637637
638638
.. dropdown:: Update tags for Go modules
639639
:animate: fade-in-slide-down
@@ -642,8 +642,8 @@ Be sure to go through on the following checklist:
642642

643643
.. code-block:: Bash
644644
645-
# dev/release/post-11-go.sh 10.0.0
646-
dev/release/post-11-go.sh X.Y.Z
645+
# dev/release/post-12-go.sh 10.0.0
646+
dev/release/post-12-go.sh X.Y.Z
647647
648648
.. dropdown:: Update docs
649649
:animate: fade-in-slide-down
@@ -663,8 +663,8 @@ Be sure to go through on the following checklist:
663663
git remote add apache [email protected]:apache/arrow-site.git
664664
cd -
665665
666-
# dev/release/post-09-docs.sh 10.0.0 9.0.0
667-
dev/release/post-09-docs.sh X.Y.Z PREVIOUS_X.PREVIOUS_Y.PREVIOUS_Z
666+
# dev/release/post-10-docs.sh 10.0.0 9.0.0
667+
dev/release/post-10-docs.sh X.Y.Z PREVIOUS_X.PREVIOUS_Y.PREVIOUS_Z
668668
669669
This script pushes a ``release-docs-X.Y.Z`` branch to your ``arrow-site`` fork. You need to create a Pull Request and use the ``asf-site`` branch as base for it.
670670

@@ -709,4 +709,4 @@ Be sure to go through on the following checklist:
709709

710710
.. code-block:: Bash
711711
712-
dev/release/post-08-remove-old-artifacts.sh
712+
dev/release/post-09-remove-old-artifacts.sh

0 commit comments

Comments
 (0)