Skip to content

Commit d2fd283

Browse files
authored
GH-605: [Release] Show the repository.apache.org step (#608)
Fixes GH-605. If `dev/release/release.sh` shows what should we do at repository.apache.org, it's helpful.
1 parent a6212a7 commit d2fd283

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dev/release/release.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,8 @@ echo " https://dist.apache.org/repos/dist/release/arrow/${release_id}"
8787
echo
8888
echo "Add this release to ASF's report database:"
8989
echo " https://reporter.apache.org/addrelease.html?arrow"
90+
echo
91+
echo "Release binary artifacts in repository.apache.org:"
92+
echo "1. Open https://repository.apache.org/#stagingRepositories"
93+
echo "2. Select the repository for RC: orgapachearrow-XXXX"
94+
echo "3. Click the Release button"

0 commit comments

Comments
 (0)