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:
Eric Engestrom
2022-12-29 23:44:27 +00:00
committed by Marge Bot
parent 2f70f001a8
commit b114debffb

View File

@@ -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',