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:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user