Repository: commons-rng Updated Branches: refs/heads/master c1baba2eb -> 2716d531f
Update release howto. Handle "README.md" and "CONTRIBUTING.md" the same way as "RELEASE-NOTES.txt". Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/62e73d9f Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/62e73d9f Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/62e73d9f Branch: refs/heads/master Commit: 62e73d9f9c3b04eccc9e314115d30f1d37d2eb66 Parents: c1baba2 Author: Gilles <er...@apache.org> Authored: Sat Sep 17 02:01:39 2016 +0200 Committer: Gilles <er...@apache.org> Committed: Sat Sep 17 02:01:39 2016 +0200 ---------------------------------------------------------------------- doc/release/release.howto.txt | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/62e73d9f/doc/release/release.howto.txt ---------------------------------------------------------------------- diff --git a/doc/release/release.howto.txt b/doc/release/release.howto.txt index 3cabadf..3d9f6cb 100644 --- a/doc/release/release.howto.txt +++ b/doc/release/release.howto.txt @@ -332,6 +332,8 @@ 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 . + $ cp <path-to-the-RC-workspace>/CONTRIBUTING.md . + $ cp <path-to-the-RC-workspace>/README.md . $ svn add \ CONTRIBUTING.md \ README.md \