summaryrefslogtreecommitdiff
path: root/bin/gen_release_notes_test.py
AgeCommit message (Collapse)AuthorFilesLines
2020-05-01scripts: remove unittest.mock dependency when not usedAndres Gomez1-2/+0
Found upon inspection. Signed-off-by: Andres Gomez <agomez@igalia.com Reviewed-and-Tested-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4840>
2019-10-03scripts: Add a gen_release_notes.py scriptDylan Baker1-0/+62
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>