Author: schultz
Date: Tue Jan  9 15:26:16 2024
New Revision: 1915159

URL: http://svn.apache.org/viewvc?rev=1915159&view=rev
Log:
Adjust email subject.

Modified:
    tomcat/site/trunk/tools/update-version.sh

Modified: tomcat/site/trunk/tools/update-version.sh
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/tools/update-version.sh?rev=1915159&r1=1915158&r2=1915159&view=diff
==============================================================================
--- tomcat/site/trunk/tools/update-version.sh (original)
+++ tomcat/site/trunk/tools/update-version.sh Tue Jan  9 15:26:16 2024
@@ -84,9 +84,9 @@ if [ "email" = "$5" ] ; then
     # We are on MacOS and have a bunch of useful utilities available.
 
     if [ "" = "$( command -v envsubst )" ] ; then
-      open "mailto:Tomcat Developers List <[email protected]>,Tomcat Users 
List <[email protected]>, [email protected], 
[email protected]?subject=Apache%20Tomcat%20${NEW_RELEASE}%20Available&body=$(
 cat tools/email-template-${MINOR_RELEASE}.txt | sed -e 
"s/\${NEW_RELEASE}/${NEW_RELEASE}/g" -e "s/\${OLD_RELEASE}/${OLD_RELEASE}/g" -e 
"s/\${RELEASE_MANAGER}/${RELEASE_MANAGER}/g" 
)&from=${RELEASE_MANAGER}@apache.org"
+      open "mailto:Tomcat Developers List <[email protected]>,Tomcat Users 
List <[email protected]>, [email protected], 
[email protected]?subject=%5BANN%5D%20Apache%20Tomcat%20${NEW_RELEASE}%20Available&body=$(
 cat tools/email-template-${MINOR_RELEASE}.txt | sed -e 
"s/\${NEW_RELEASE}/${NEW_RELEASE}/g" -e "s/\${OLD_RELEASE}/${OLD_RELEASE}/g" -e 
"s/\${RELEASE_MANAGER}/${RELEASE_MANAGER}/g" 
)&from=${RELEASE_MANAGER}@apache.org"
     else
-      open "mailto:Tomcat Developers List <[email protected]>,Tomcat Users 
List <[email protected]>, [email protected], 
[email protected]?subject=Apache%20Tomcat%20${NEW_RELEASE}%20Available&body=$(
 cat tools/email-template-${MINOR_RELEASE}.txt | envsubst 
)&from=${RELEASE_MANAGER}@apache.org"
+      open "mailto:Tomcat Developers List <[email protected]>,Tomcat Users 
List <[email protected]>, [email protected], 
[email protected]?subject=%5BANN%5D%20Apache%20Tomcat%20${NEW_RELEASE}%20Available&body=$(
 cat tools/email-template-${MINOR_RELEASE}.txt | envsubst 
)&from=${RELEASE_MANAGER}@apache.org"
     fi
   else
     echo Email template:



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to