diff options
author | Dylan Baker <[email protected]> | 2019-09-25 14:56:21 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-10-03 20:15:19 +0000 |
commit | 86079447da1e00d49db0cbff9a102eb4e71e8702 (patch) | |
tree | 15dd622552400001041a90b8a32f262140229008 /bin/__init__.py | |
parent | 7ff49c25ed39921e855d22a23e6d64db42134f2d (diff) |
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 <[email protected]>
Acked-by: Juan A. Suarez <[email protected]>
Diffstat (limited to 'bin/__init__.py')
-rw-r--r-- | bin/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/bin/__init__.py b/bin/__init__.py new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/bin/__init__.py |