Message 278231 - Python tracker

Message278231

Author ncoghlan
Recipients brett.cannon, dstufft, ezio.melotti, georg.brandl, jcea, larry, lemburg, ncoghlan, pitrou, r.david.murray, sbt, terry.reedy, tshepang, zach.ware
Date 2016-10-07.05:52:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475819541.22.0.578482898034.issue18967@psf.upfronthosting.co.za>
In-reply-to
Content
I came across OpenStack's tool for this problem today: http://docs.openstack.org/developer/reno/design.html

I think it's significantly more complex than we need for CPython, but also still interesting as a point of reference.

It's already mentioned in PEP 512, but I'll also add a reference here to https://pypi.python.org/pypi/towncrier, Amber Brown's release note manager that allows Twisted style release notes management to be used with other projects.
History
Date User Action Args
2016-10-07 05:52:21ncoghlansetrecipients: + ncoghlan, lemburg, brett.cannon, georg.brandl, terry.reedy, jcea, pitrou, larry, ezio.melotti, r.david.murray, tshepang, sbt, zach.ware, dstufft
2016-10-07 05:52:21ncoghlansetmessageid: <1475819541.22.0.578482898034.issue18967@psf.upfronthosting.co.za>
2016-10-07 05:52:21ncoghlanlinkissue18967 messages
2016-10-07 05:52:20ncoghlancreate