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-numbers.git
The following commit(s) were added to refs/heads/master by this push: new ad5f9305 Update release guide to remove CONTRIBUTING.md from distribution files ad5f9305 is described below commit ad5f93055ba46c139a89a7d8f13b250738571fdf Author: aherbert <aherb...@apache.org> AuthorDate: Tue Dec 6 11:45:15 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 aa4f6dce..730bdb4a 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.1: $ cd /tmp $ svn checkout https://dist.apache.org/repos/dist/dev/commons/numbers $ cd numbers/1.1-RC1 - $ cp path-to-the-RC-workspace/CONTRIBUTING.md . - $ svn add CONTRIBUTING.md $ svn del site $ svn commit -m "Distribution files for Commons Numbers v1.1 (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.1-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 @@ -532,7 +529,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/* \