Skip to content

Commit

Permalink
[Release notification] add some info when there is an error. (#8718)
Browse files Browse the repository at this point in the history
add some info when there is an error.
  • Loading branch information
sayakpaul authored Jun 27, 2024
1 parent eda560d commit e2a4a46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/notify_slack_about_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def main():
if latest_version and release_info and latest_version == parsed_version:
notify_slack(SLACK_WEBHOOK_URL, LIBRARY_NAME, latest_version, release_info)
else:
print(f"{latest_version=}, {release_info=}, {parsed_version=}")
raise ValueError("There were some problems.")


Expand Down

0 comments on commit e2a4a46

Please sign in to comment.