Skip to content

Commit e2a4a46

Browse files
authored
[Release notification] add some info when there is an error. (#8718)
add some info when there is an error.
1 parent eda560d commit e2a4a46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/notify_slack_about_release.py

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def main():
7373
if latest_version and release_info and latest_version == parsed_version:
7474
notify_slack(SLACK_WEBHOOK_URL, LIBRARY_NAME, latest_version, release_info)
7575
else:
76+
print(f"{latest_version=}, {release_info=}, {parsed_version=}")
7677
raise ValueError("There were some problems.")
7778

7879

0 commit comments

Comments
 (0)