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/1228f40a Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/1228f40a Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/1228f40a Branch: refs/heads/master Commit: 1228f40a75d70bb73fd9dc999358f789b099db9d Parents: 05dc30a Author: Gilles <er...@apache.org> Authored: Mon Dec 12 17:45:46 2016 +0100 Committer: Gilles <er...@apache.org> Committed: Mon Dec 12 17:45:46 2016 +0100 ---------------------------------------------------------------------- doc/release/release.howto.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/1228f40a/doc/release/release.howto.txt ---------------------------------------------------------------------- diff --git a/doc/release/release.howto.txt b/doc/release/release.howto.txt index 9260d2f..b1821f6 100644 --- a/doc/release/release.howto.txt +++ b/doc/release/release.howto.txt @@ -490,6 +490,9 @@ area of the Apache dist server. $ svn commit -m "Release Commons RNG v1.0 (from RC6)." + (17e) + Register the release at + https://reporter.apache.org/addrelease.html?commons (18) Release (a.k.a. "promote") the artifacts on the Nexus server, as shown here: @@ -508,22 +511,20 @@ immediately synced with the live site and so your changes should show up in a few minutes once you commit the new site. You can also check out the site directly by yourself elsewhere: - svn checkout https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-rng site-content + $ svn checkout https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-rng site-content Remove all files there (except .svn folder) and move all the files from the site. $ cd site-content - $ rm -fr * + $ rm -rf * $ cp -pR ../target/commons-rng-1.0-RC1-site/* . -Check for possibly new files: +Check for new or deleted files: $ svn status -and "svn add" them if necessary. +and "svn add" or "svn del" them if necessary. Commit the new contents of the web site: - $ svn commit -m "Version 1.0 was released: Updating site." - -Beware the commit command may be very long (several hours). + $ svn commit -m "Commons RNG v1.0 was released (from RC6). Web site update" (20)