bin/gen_release_notes.py: drop new_features.txt when we release XX.Y.0

Otherwise, we (rightfully) get a warning about having new features in
a bugfix release.

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5416>
This commit is contained in:
Eric Engestrom 2020-06-10 19:50:31 +02:00 committed by Marge Bot
parent 7f61f4180b
commit c905e48593
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ def get_features(is_point_release: bool) -> typing.Generator[str, None, None]:
yield line
else:
yield "None"
p.unlink()
else:
yield "None"