OSDN Git Service

scripts: Add a gen_release_notes.py script
authorDylan Baker <dylan@pnwbakers.com>
Wed, 25 Sep 2019 21:56:21 +0000 (14:56 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 3 Oct 2019 20:15:19 +0000 (20:15 +0000)
commit86079447da1e00d49db0cbff9a102eb4e71e8702
tree15dd622552400001041a90b8a32f262140229008
parent7ff49c25ed39921e855d22a23e6d64db42134f2d
scripts: Add a gen_release_notes.py script

This script is responsible for generating an entire page in the
docs/relnotes/ directory. It includes a template for the page, and uses
mako to fill in the necessary bits. It is designed to be purely fire and
forget, calculating previous versions, shortlogs, bug fixes, and dates.

Acked-by: Eric Engestrom <eric.engestrom@intel.com>
Acked-by: Juan A. Suarez <jasuarez@igalia.com>
bin/__init__.py [new file with mode: 0644]
bin/gen_release_notes.py [new file with mode: 0755]
bin/gen_release_notes_test.py [new file with mode: 0644]