Repository: commons-rng Updated Branches: refs/heads/master 6eb9a1eb1 -> 4bf4428cf
Update release howto. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/4bf4428c Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/4bf4428c Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/4bf4428c Branch: refs/heads/master Commit: 4bf4428cf55bb5b52128a1d963fd6572805d396f Parents: 6eb9a1e Author: Gilles <er...@apache.org> Authored: Wed Sep 14 16:35:53 2016 +0200 Committer: Gilles <er...@apache.org> Committed: Wed Sep 14 16:35:53 2016 +0200 ---------------------------------------------------------------------- doc/release/release.howto.txt | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/4bf4428c/doc/release/release.howto.txt ---------------------------------------------------------------------- diff --git a/doc/release/release.howto.txt b/doc/release/release.howto.txt index b1e1839..3cabadf 100644 --- a/doc/release/release.howto.txt +++ b/doc/release/release.howto.txt @@ -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". @@ -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) @@ -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') @@ -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) @@ -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: