How does CPython build it's NEWS or changelog?

Ben Finney ben+python at benfinney.id.au
Thu Sep 21 15:23:54 EDT 2017


Stefan Behnel <stefan_ml at behnel.de> writes:

> https://docs.python.org/devguide/committing.html#what-s-new-and-news-entries
>
> https://github.com/larryhastings/blurb

Also of interest is the more general-use Town Crier tool:

    towncrier is a utility to produce useful, summarised news files for
    your project. Rather than reading the Git history as some newer
    tools to produce it, or having one single file which developers all
    write to, towncrier reads “news fragments” which contain information
    useful to end users.

    <URL:https://pypi.python.org/pypi/towncrier/>

-- 
 \       “The Initial Mystery that attends any journey is: how did the |
  `\   traveller reach his starting point in the first place?” —Louise |
_o__)                                  Bogan, _Journey Around My Room_ |
Ben Finney




More information about the Python-list mailing list