From: Thomas K. <th...@kl...> - 2014-05-16 15:56:58
|
On 16 May 2014 01:17, "Eric Firing" <ef...@ha...> wrote: > Maybe this problem could be reduced by having a directory for CHANGELOG > chunks, one file per PR, with the PR number as the filename. Then at > release time they could be concatenated, edited, appended to the real > CHANGELOG, and deleted. We already do this in ipython for our 'whatsnew' document. We allow arbitrary filenames rather than using PR numbers, and then we concatenate everything from the directory periodically. You're welcome to copy our script to do this. Thomas |