Skip to content

Commit

Permalink
Clarify dist/dev to dist/release docu
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Nov 27, 2023
1 parent 2717151 commit ea488f3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/main/jbake/content/release.ad
Original file line number Diff line number Diff line change
Expand Up @@ -263,15 +263,14 @@ Merge the release branch into `main`.

### Commit Distribution to SVN

Commit the distribution via SVN to https://dist.apache.org/repos/dist/release:
Move the distribution from dist/dev to dist/release via SVN

----
svn co https://dist.apache.org/repos/dist/release/opennlp/ dist
# check if the KEYS file contains your key, if not, update it
# copy from the dist/dev area to to dist/opennlp-<VERSION>
svn commit --username <username> -m "Adding OpenNLP <version>"
svn mv https://dist.apache.org/repos/dist/dev/opennlp/opennlp-x.y.z https://dist.apache.org/repos/dist/release/opennlp/opennlp-x.y.z
----

This will make the release artifacts available on dist.apache.org and the artifacts will start replicating.

### Delete Old Release(s)

To reduce the load on the ASF mirrors, projects are required to delete old releases (see https://www.apache.org/legal/release-policy.html#when-to-archive).
Expand Down

0 comments on commit ea488f3

Please sign in to comment.