mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
gen_release_notes: stop the script if we can't generate the release note
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20459>
This commit is contained in:
parent
2f70f001a8
commit
b114debffb
1 changed files with 1 additions and 0 deletions
|
|
@ -343,6 +343,7 @@ async def main() -> None:
|
|||
))
|
||||
except:
|
||||
print(exceptions.text_error_template().render())
|
||||
return
|
||||
|
||||
subprocess.run(['git', 'add', final])
|
||||
subprocess.run(['git', 'commit', '-m',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue