Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87669 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87167 invoked from network); 6 Aug 2015 16:47:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2015 16:47:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:46465] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/B2-00122-BAF83C55 for ; Thu, 06 Aug 2015 12:47:39 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id D6E1F23D615C; Thu, 6 Aug 2015 18:47:36 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.5 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=unavailable version=3.3.2 Received: from w530phpdev (p579F39F1.dip0.t-ipconnect.de [87.159.57.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id C0D3723D6003; Thu, 6 Aug 2015 18:47:34 +0200 (CEST) To: "'Stanislav Malyshev'" , "'julien pauli'" , "'Ferenc Kovacs'" , "'Kalle Sommer Nielsen'" , "'Hannes Magnusson'" Cc: "'PHP internals'" Date: Thu, 6 Aug 2015 18:47:33 +0200 Message-ID: <00c101d0d067$9a4052a0$cec0f7e0$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 15.0 Thread-Index: AdDQZt/r5SCwOJzBTjuKBUwvQVtVMA== Content-Language: en-us Subject: Generating release verification stub From: anatol.php@belski.net ("Anatol Belski") Hi, as we put several verification info into the announcement mails, and after doing it a couple of times manually, I've invented this quick solution. https://gist.github.com/weltling/2d2972aa5325ee3b530c I would suggest to take it into the scripts/ and to adjust the corresponding release process document part. It's a bit raw yet, but does the job and can be improved later. This way we can standardize the matter and avoid c/p mistakes. Regards Anatol