You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/12/06 11:45:28 UTC

[commons-rng] branch master updated: Update release guide to remove CONTRIBUTING.md from distribution files

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git


The following commit(s) were added to refs/heads/master by this push:
     new dbddf3d6 Update release guide to remove CONTRIBUTING.md from distribution files
dbddf3d6 is described below

commit dbddf3d681d6b7798dfcddeaaf78d76a1c6f6500
Author: aherbert <ah...@apache.org>
AuthorDate: Tue Dec 6 11:44:02 2022 +0000

    Update release guide to remove CONTRIBUTING.md from distribution files
---
 doc/release/release.howto.txt | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/doc/release/release.howto.txt b/doc/release/release.howto.txt
index 1f86ac8e..68beb15c 100644
--- a/doc/release/release.howto.txt
+++ b/doc/release/release.howto.txt
@@ -475,8 +475,6 @@ and add missing files. The following was performed for release 1.5:
   $ cd /tmp
   $ svn checkout https://dist.apache.org/repos/dist/dev/commons/rng
   $ cd rng/1.5-RC1
-  $ cp path-to-the-RC-workspace/CONTRIBUTING.md .
-  $ svn add CONTRIBUTING.md
   $ svn del site
   $ svn commit -m "Distribution files for Commons RNG v1.5 (RC1)."
 ***
@@ -510,7 +508,6 @@ Create and upload the other distribution files to the Apache servers.
   Copy other files from the RC workspace:
 
     $ cp path-to-the-RC-workspace/RELEASE-NOTES.txt .
-    $ cp path-to-the-RC-workspace/CONTRIBUTING.md .
     $ cp path-to-the-RC-workspace/dist-archive/target/commons-release-plugin/scm/1.5-RC1/README.html .
     $ cp path-to-the-RC-workspace/dist-archive/target/*-bin.* binaries
     $ cp path-to-the-RC-workspace/dist-archive/target/*-src.* source
@@ -533,7 +530,6 @@ Create and upload the other distribution files to the Apache servers.
   Commit to SVN:
 
     $ svn add \
-      CONTRIBUTING.md \
       README.html \
       RELEASE-NOTES.txt \
       binaries/* \