Clarify make release message

This commit is contained in:
Zach Borboa
2022-09-30 05:31:36 -07:00
parent f66b365896
commit 9195bcde44
+1 -1
View File
@@ -114,7 +114,7 @@ def main():
# pprint.pprint(pull_request_changes)
if not pull_request_changes:
print('No merged pull requests found')
print('No merged pull requests since the most recent tag release were found')
return
# pprint.pprint(pull_request_by_type)