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:

committed by
Marge Bot

parent
2f70f001a8
commit
b114debffb
@@ -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',
|
||||
|
Reference in New Issue
Block a user