mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
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:
parent
7f61f4180b
commit
c905e48593
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue