mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 19:20:08 +01:00
bin/gen_release_notes: include removed 'new_features.txt' in commit
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26469>
This commit is contained in:
parent
f548d84a35
commit
2765b8aea4
1 changed files with 1 additions and 0 deletions
|
|
@ -307,6 +307,7 @@ def get_features(is_point_release: bool) -> typing.Generator[str, None, None]:
|
|||
for line in f:
|
||||
yield line.rstrip()
|
||||
p.unlink()
|
||||
subprocess.run(['git', 'add', p])
|
||||
else:
|
||||
yield "None"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue