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

vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new 1afd1891c9 Remove `[email protected]` in `generate-email.sh`
1afd1891c9 is described below

commit 1afd1891c9ab53d228ed5046508b10a8f4d2ea11
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Tue Feb 6 20:05:58 2024 +0100

    Remove `[email protected]` in `generate-email.sh`
    
    `[email protected]` requires the sender to have an `@apache.org`
    address. Not all PMC members have this configured, this adds yet
    another step to the release process and yet another condition to
    hold in the RM machine, and people are not willing to drop this
    requirement[1].
    
    [1] https://lists.apache.org/thread/jc7o25gxx9w3y3xq51kwbmcbz62cwkb2
---
 .github/generate-email.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/generate-email.sh b/.github/generate-email.sh
index 8ae3161e02..e1658ea71b 100755
--- a/.github/generate-email.sh
+++ b/.github/generate-email.sh
@@ -86,7 +86,7 @@ EOF
 
 announce)
     cat <<EOF
-To: [email protected], [email protected], [email protected]
+To: [email protected], [email protected]
 Title: [ANNOUNCE] $PROJECT_NAME $PROJECT_VERSION released
 
 ${PROJECT_NAME} team is pleased to announce the $PROJECT_VERSION

Reply via email to