You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2019/02/16 09:13:33 UTC

[buildr] 11/11: Avoid generating an email to announce as it no longer seems possible

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

donaldp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildr.git

commit 28e857a6c3074c6da949c7070ce62b656a7e37ea
Author: Peter Donald <pe...@realityforge.org>
AuthorDate: Sat Feb 16 20:13:15 2019 +1100

    Avoid generating an email to announce as it no longer seems possible
---
 rakelib/release.rake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rakelib/release.rake b/rakelib/release.rake
index ed2dddb..a4073d4 100644
--- a/rakelib/release.rake
+++ b/rakelib/release.rake
@@ -132,7 +132,7 @@ DOAP
   lambda do
     changes = File.read("_release/#{spec.version}/CHANGES")[/.*?\n(.*)/m, 1]
     email = <<-EMAIL
-To: users@buildr.apache.org, announce@apache.org
+To: users@buildr.apache.org
 Subject: [ANNOUNCE] Apache Buildr #{spec.version} released
 
 #{spec.description}