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:
Eric Engestrom
2023-12-02 11:55:26 +00:00
parent f548d84a35
commit 2765b8aea4

View File

@@ -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"