From: Andrea Bolognani Date: Fri, 3 Feb 2017 09:19:12 +0000 (+0100) Subject: docs: Release notes should be updated in a separate commit X-Git-Tag: CVE-2017-2635~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54eaf639a5e94cda1f705cf43e196aec0262aa7c;p=thirdparty%2Flibvirt.git docs: Release notes should be updated in a separate commit Updating docs/news.xml in the same commit that performs the documented change makes backports needlessly complicated, both for mainteinance branches and downstream distributions, because it introduces additional potential for merge conflicts. Document in the contributor guidelines that the release notes should be updated in a separate commit instead, so that it's easy to backport just the code change. --- diff --git a/docs/hacking.html.in b/docs/hacking.html.in index c7bbcbd467..b1bb1498b3 100644 --- a/docs/hacking.html.in +++ b/docs/hacking.html.in @@ -302,7 +302,8 @@ or fixing all but the most obscure bugs, must be (briefly) described in a release notes entry; changes that are only relevant to other libvirt developers, such as code refactoring, don't belong in the - release notes.

+ release notes. Note that docs/news.xml should be updated + in its own commit not to get in the way of backports.