
Feb. 22, 2017
4:26 p.m.
On 2/22/17 7:27 AM, Victor Stinner wrote:
OpenStack happily fixed this issue one or two years ago with "reno": https://pypi.python.org/pypi/reno
It's a simple tool building a changelog from a list of files: each file describe a change of a commit. The filename is the commit identifier. Simple, isn't it?
I've read through the reno design document, and I think it would work for Python: https://docs.openstack.org/developer/reno/design.html
What do you think of the overall idea?
I'm for it. I'd be interested in hearing what current and former release managers say. Eric.