Skip to content

Commit 9195bcd

Browse files
committed
Clarify make release message
1 parent f66b365 commit 9195bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def main():
114114
# pprint.pprint(pull_request_changes)
115115

116116
if not pull_request_changes:
117-
print('No merged pull requests found')
117+
print('No merged pull requests since the most recent tag release were found')
118118
return
119119

120120
# pprint.pprint(pull_request_by_type)

0 commit comments

Comments
 (0)