The release note process we have had in place since v2.5.0
was never meant to be anything more than a stop-gap measure
until a better solution was devised. I believe this series
implements exactly that better solution :)
Andrea Bolognani (3):
NEWS: Improve building pipeline
NEWS: Reformat at generation time
docs: Document the release notes process for contributors
.gitignore | 1 +
Makefile.am | 16 ++--
docs/Makefile.am | 22 ++++-
docs/NEWS.xsl | 61 +++++++++++++
docs/hacking.html.in | 8 ++
docs/news.html.in | 157 --------------------------------
docs/news.xml | 241 ++++++++++++++++++++++++++++++++++++++++++++++++++
docs/news.xsl | 103 ++++++++++++++-------
docs/reformat-news.py | 111 +++++++++++++++++++++++
9 files changed, 521 insertions(+), 199 deletions(-)
create mode 100644 docs/NEWS.xsl
delete mode 100644 docs/news.html.in
create mode 100644 docs/news.xml
create mode 100755 docs/reformat-news.py
--
2.7.4