From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] version: 19.02-rc0 Date: Wed, 28 Nov 2018 13:24:41 +0000 Message-ID: <0d3e8541-8e17-8d0e-3a22-06695c346d1b@intel.com> References: <20181128104430.22669-1-thomas@monjalon.net> <1566760.PIYmtsEk27@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com To: Thomas Monjalon Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id CD7A71B474 for ; Wed, 28 Nov 2018 14:24:44 +0100 (CET) In-Reply-To: <1566760.PIYmtsEk27@xps> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/28/2018 12:45 PM, Thomas Monjalon wrote: > 28/11/2018 12:16, Ferruh Yigit: >> On 11/28/2018 10:44 AM, Thomas Monjalon wrote: >>> Start version numbering for a new release cycle, >>> and introduce a template file for release notes. >>> >>> The release notes comments are updated to mandate >>> a scope label for API and ABI changes. >>> >>> Signed-off-by: Thomas Monjalon >>> --- >>> doc/guides/rel_notes/index.rst | 1 + >>> doc/guides/rel_notes/release_19_02.rst | 209 ++++++++++++++++++++ >> >> What do you think about storing the release notes template in git repo, this >> helps creating new ones for next release also makes easier to track/view what >> has been changed in the release notes template? > > If something is changed in the release notes, it should be updated > in the template, with a risk of forgetting. > And the list of libraries would need to be updated too. > I feel it would be more complications. OK, I see the concern. What about doing rc0 release notes in two patches: 1- Copy-paste from previous release notes, strip the context. 2- Update the template as desired. Overall I think this is good to have, if you think this is just extra overhead, forget about it. Thanks, ferruh