Stop update changelog routine when no merged pull requests found

This commit is contained in:
Zach Borboa
2022-09-23 16:07:10 -07:00
parent 24e9d9cb9c
commit f25dbdd149
+4
View File
@@ -113,6 +113,10 @@ def main():
# pprint.pprint(pull_request_changes)
if not pull_request_changes:
print('No merged pull requests found')
return
# pprint.pprint(pull_request_by_type)
highest_semantic_version = None
php_file_path = ''