Skip to content

Commit

Permalink
apacheGH-605: [Release] Show the repository.apache.org step
Browse files Browse the repository at this point in the history
Fixes apacheGH-605.

If `dev/release/release.sh` shows what should we do at
repository.apache.org, it's helpful.
  • Loading branch information
kou committed Feb 12, 2025
1 parent a5b8604 commit 997d576
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev/release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,8 @@ echo " https://dist.apache.org/repos/dist/release/arrow/${release_id}"
echo
echo "Add this release to ASF's report database:"
echo " https://reporter.apache.org/addrelease.html?arrow"
echo
echo "Release binary artifacts in repository.apache.org:"
echo "1. Open https://repository.apache.org/#stagingRepositories"
echo "2. Select the repository for RC: orgapachearrow-XXXX"
echo "3. Click the Release button"

0 comments on commit 997d576

Please sign in to comment.