mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-31 12:43:14 +00:00
Stop update changelog routine when no merged pull requests found
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user