Skip to content

Commit f0bda81

Browse files
committed
GH-533: [Release] Add a post release task for publishing staged .jar
Fixes GH-533. This is borrowed from ADBC: https://arrow.apache.org/adbc/current/development/releasing.html
1 parent 2e4283a commit f0bda81

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

dev/release/README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,12 @@ problem, we'll increment the RC number such as RC2, RC3 and so on.
120120

121121
We need to do the followings to publish a new release:
122122

123-
* Publish to apache.org
123+
* Publish the source archive to apache.org
124+
* Publish the binary artifacts to repository.apache.org
124125

125126
Run `dev/release/release.sh` on a working copy of
126-
`git@github.com:apache/arrow-java` not your fork to publish to
127-
apache.org:
127+
`git@github.com:apache/arrow-java` not your fork to publish the source
128+
archive to apache.org:
128129

129130
```console
130131
$ GH_TOKEN=${YOUR_GITHUB_TOKEN} dev/release/release.sh ${VERSION} ${RC}
@@ -139,6 +140,15 @@ $ GH_TOKEN=${YOUR_GITHUB_TOKEN} dev/release/release.sh 19.0.0 1
139140
Add the release to ASF's report database via [Apache Committee Report
140141
Helper](https://reporter.apache.org/addrelease.html?arrow).
141142

143+
You need to do the followings to publish the binary artifacts to
144+
repository.apache.org:
145+
146+
* Logon to the Apache repository:
147+
https://repository.apache.org/#stagingRepositories
148+
* Select the Arrow staging repository you created for RC:
149+
`orgapachearrow-XXXX`
150+
* Click the `release` button
151+
142152
### Bump version for new development
143153

144154
We should bump version in the main branch for new development after we

0 commit comments

Comments
 (0)