Skip to content

Commit

Permalink
MINOR: [Docs][Release] Clarification on when to run the new Update Re…
Browse files Browse the repository at this point in the history
…lease Notes on GH Release (#43272)

### Rationale for this change

Minor docs clarification on when to run the script. We could potentially search for the PR and validate it has been merged on the script to avoid issues but this change on the docs still applies.

### What changes are included in this PR?

Just a minor clarification on the docs.

### Are these changes tested?

No

### Are there any user-facing changes?

No

Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
raulcd authored Jul 16, 2024
1 parent 81b5425 commit 9f6c1b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/developers/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -400,12 +400,13 @@ Be sure to go through on the following checklist:
:class-title: sd-fs-5
:class-container: sd-shadow-md

A committer must run the following script:
A committer must run the following script. This has to be done once the
Pull Request from the Update Website script has been merged:

.. code-block:: Bash
# dev/release/post-05-update-gh-release-notes.sh 17.0.0
dev/release/post-05-update-gh-release-notes.sh apache-arrow-X.Y.Z
dev/release/post-05-update-gh-release-notes.sh <version>
.. dropdown:: Update Homebrew packages
:animate: fade-in-slide-down
Expand Down

0 comments on commit 9f6c1b4

Please sign in to comment.