Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66462 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91632 invoked from network); 4 Mar 2013 06:27:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Mar 2013 06:27:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.171 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.217.171 mail-lb0-f171.google.com Received: from [209.85.217.171] ([209.85.217.171:40977] helo=mail-lb0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/63-04779-FCE34315 for ; Mon, 04 Mar 2013 01:27:28 -0500 Received: by mail-lb0-f171.google.com with SMTP id gg13so3619998lbb.2 for ; Sun, 03 Mar 2013 22:27:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=mWPEuLz+7gnFDqQK13Y0STFuEIsilOXliwhFgE3kiYQ=; b=eoboT+YPxZz4Z4OzZJRm5PEwS97vxi+KejSXXQmRI78XSB0T8+b1FCbh9khynpeWUb pl0iJLM2X70GGxTXA31zJhxQuVy1fyPQkGjb05TEDngvdmaxrok+4H6Ds2iorJsBNC31 uNWSTCZFMIWMUJ/XMCdmS8oLk/MG7n3zZa5kABSTi/XstPDHQcSs6yYxJlizx4NQW1dN uNkkk3ZfD16zWSbuihRGK10w9hWdveLiYisShXYUf3954b83pFAeMrW1dt6Fo28SW1qs /zI+h53/e5mqqVA6KvflOrqhFTxP20NZQurEwZqAQfB1wA//0vwjC2JDcUVkC0CReiU4 su1Q== MIME-Version: 1.0 X-Received: by 10.152.104.80 with SMTP id gc16mr16769473lab.49.1362378443630; Sun, 03 Mar 2013 22:27:23 -0800 (PST) Received: by 10.112.38.199 with HTTP; Sun, 3 Mar 2013 22:27:23 -0800 (PST) In-Reply-To: <51343DD5.40002@sugarcrm.com> References: <51343DD5.40002@sugarcrm.com> Date: Mon, 4 Mar 2013 07:27:23 +0100 Message-ID: To: Stas Malyshev Cc: Derick Rethans , PHP Developers Mailing List , David Soria Parra Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] NEWS file rename From: pierre.php@gmail.com (Pierre Joye) On Mon, Mar 4, 2013 at 7:23 AM, Stas Malyshev wrote: > Hi! > >> I'd to agree on one thing tho'. NEWS should not be manually edited. >> With or without git, it is a (relatively small) pain. Back to the git >> migration time, David and I discussed about generating it from the >> commit messages. That implies to enforce a commit message format, a >> 1st attempt is described here: >> https://wiki.php.net/vcs/gitworkflow#new_commit_message_format. The >> RMs could then call a script to generate it on release. > > Commit messages themselves won't be very useful - a fix could include a > number of commits, and people regularly write commit messages not in > format suitable for NEWS. I'd rather prefer them to put it in NEWS file > - where they have an example of how it's done right, and where they can > put it in proper order, proper sections, etc. > It won't save much work because if people would neglect to do it with > NEWS file, they'd also neglect to put messages in commit in proper > format, Well, we could write a pre commit script and reject commits with invalid messages, hard but fair :) Cheers, -- Pierre @pierrejoye