This is an automated email from the ASF dual-hosted git repository. brycemecum pushed a commit to branch feature/GH-45140--release-guide-improvements in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 7d76bc7195e269df258cbde182d5fa1d50938728 Author: Bryce Mecum <[email protected]> AuthorDate: Tue Dec 31 11:25:47 2024 -0800 Update typos on conan post-release task --- docs/source/developers/release.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/developers/release.rst b/docs/source/developers/release.rst index facd52fd93..db159404ca 100644 --- a/docs/source/developers/release.rst +++ b/docs/source/developers/release.rst @@ -589,7 +589,7 @@ Be sure to go through on the following checklist: :class-title: sd-fs-5 :class-container: sd-shadow-md - Open a pull request to vcpkg: + Open a pull request to Conan: .. code-block:: Bash @@ -605,8 +605,8 @@ Be sure to go through on the following checklist: git remote add upstream https://github.com/conan-io/conan-center-index.git cd - - # dev/release/post-17-conan.sh 10.0.1 ../conan-center-index - dev/release/post-17-conan.sh X.Y.Z <YOUR_CONAN_CENTER_INDEX_FORK> + # dev/release/post-16-conan.sh 10.0.1 ../conan-center-index + dev/release/post-16-conan.sh X.Y.Z <YOUR_CONAN_CENTER_INDEX_FORK> 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.
