[Python-checkins] peps: Mention reno as a possible solution to the NEWS problem

brett.cannon python-checkins at python.org
Sun May 8 21:56:54 EDT 2016


https://hg.python.org/peps/rev/f852badca865
changeset:   6315:f852badca865
user:        Brett Cannon <brett at python.org>
date:        Sun May 08 18:56:47 2016 -0700
summary:
  Mention reno as a possible solution to the NEWS problem

files:
  pep-0512.txt |  5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/pep-0512.txt b/pep-0512.txt
--- a/pep-0512.txt
+++ b/pep-0512.txt
@@ -767,8 +767,9 @@
 line of the commit message if no specific news entry was specified).
 Code for this approach has been written previously for the Mercurial
 workflow at http://bugs.python.org/issue18967. There is also tools
-from the community like https://pypi.python.org/pypi/towncrier and
-https://github.com/twisted/newsbuilder .
+from the community like https://pypi.python.org/pypi/towncrier,
+https://github.com/twisted/newsbuilder, and
+http://docs.openstack.org/developer/reno/.
 
 A yet third option is a merge script to handle the conflicts. This
 approach allows for keeping the NEWS file as a single file. It does

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list