Skip to content

Commit 6687a36

Browse files
committed
Added wgchairs@ietf.org to the release notification email. Split the notification email sending into two, in order to limit the number of addressees for emails going to Mailman lists.
- Legacy-Id: 8482
1 parent 388b271 commit 6687a36

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

bin/mkrelease

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,11 @@ Regards,
244244
Henrik
245245
(via the mkrelease script)
246246
" > ~/src/db/release-mail-v$VER.txt
247-
cat ~/src/db/release-mail-v$VER.txt | $do mail -s "New datatracker release: v$VER" -c henrik@levkowetz.com -c glen@amsl.com -c fenner@fenron.net -c rjs@nostrum.com -c housley@vigilsec.com -c cmorgan@amsl.com -c avezza@amsl.com -c amorris@amsl.com -c smccammon@amsl.com -c kmoreland@amsl.com -c olau@iola.dk -c iesg@ietf.org -c mlarson@amsl.com -c jshaffer@amsl.com $contributors codesprints@ietf.org
247+
248+
cat ~/src/db/release-mail-v$VER.txt | $do mail -s "New datatracker release: v$VER" housley@vigilsec.com rjs@nostrum.com henrik@levkowetz.com -c glen@amsl.com -c fenner@fenron.net -c cmorgan@amsl.com -c avezza@amsl.com -c amorris@amsl.com -c smccammon@amsl.com -c kmoreland@amsl.com -c olau@iola.dk -c mlarson@amsl.com -c jshaffer@amsl.com $contributors
249+
250+
cat ~/src/db/release-mail-v$VER.txt | $do mail -s "New datatracker release: v$VER" iesg@ietf.org wgchairs@ietf.org codesprints@ietf.org -b henrik@levkowetz.com
251+
248252

249253
$do toolsfeed control changelog /www/tools.ietf.org/tools/atomfeed.xml
250254
$do toolpush /www/tools.ietf.org/tools/atomfeed.xml

0 commit comments

Comments
 (0)