Skip to content

Commit

Permalink
Update release howto.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles committed Sep 14, 2016
1 parent 6eb9a1e commit 4bf4428
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions doc/release/release.howto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

This document is meant as a step-by-step recipe to achieve the release of
the Commons Rng component. Note that more general instructions valid
the Commons RNG component. Note that more general instructions valid
for all components, including [rng], are available on the Apache Commons
main site: at "http://commons.apache.org/releases/prepare.html" and
"http://commons.apache.org/releases/release.html".
Expand Down Expand Up @@ -332,8 +332,14 @@ Edit the "README.html" file to contain the released version number.
$ cp ~/.m2/repository/org/apache/commons/commons-rng/1.0/*-bin.* binaries
$ cp ~/.m2/repository/org/apache/commons/commons-rng/1.0/*-src.* source
$ cp <path-to-the-RC-workspace>/RELEASE-NOTES.txt .
$ svn add README.html RELEASE-NOTES.txt binaries/* source/*
$ svn commit -m "Distribution files for Commons Rng v1.0 (RC1)."
$ svn add \
CONTRIBUTING.md \
README.md \
README.html \
RELEASE-NOTES.txt \
binaries/* \
source/*
$ svn commit -m "Distribution files for Commons RNG v1.0 (RC1)."


(13)
Expand Down Expand Up @@ -362,10 +368,10 @@ Then run these commands:

(14)
Call to vote by sending a message to the "dev" ML with subject
"[VOTE][RC1] Release Commons Rng 1.0". You can use the following example as
"[VOTE][RC1] Release Commons RNG 1.0". You can use the following example as
a starting point, replacing the URLs with the appropriate ones:
----------
This is a [VOTE] for releasing Apache Commons Rng 1.0 (from RC1).
This is a [VOTE] for releasing Apache Commons RNG 1.0 (from RC1).

Tag name:
RNG_1_0_RC1 (signature can be checked from git using 'git tag -v')
Expand Down Expand Up @@ -443,7 +449,7 @@ $ svnmucc -U https://dist.apache.org/repos/dist \
mv dev/commons/rng/source/commons-rng-1.0-src.zip.asc release/commons/rng/source/commons-rng-1.0-src.zip.asc \
mv dev/commons/rng/source/commons-rng-1.0-src.zip.md5 release/commons/rng/source/commons-rng-1.0-src.zip.md5 \
mv dev/commons/rng/source/commons-rng-1.0-src.zip.sha1 release/commons/rng/source/commons-rng-1.0-src.zip.sha1 \
-m "Release Commons Rng v1.0"
-m "Release Commons RNG v1.0"


(18)
Expand Down Expand Up @@ -557,9 +563,9 @@ You can use the following message as a template:
----------
The Apache Commons Team is pleased to announce the availability of:

Apache Commons Rng 1.0
Apache Commons RNG 1.0

Apache Commons Rng provides Java implementations of pseudo-random
Apache Commons RNG provides Java implementations of pseudo-random
numbers generators.

The release notes can be reviewed at:
Expand Down

0 comments on commit 4bf4428

Please sign in to comment.