From 9195bcde4430bccc0ffbd20c41da2e2371f0b1dd Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Fri, 30 Sep 2022 05:31:36 -0700 Subject: [PATCH] Clarify make release message --- scripts/make_release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_release.py b/scripts/make_release.py index 21c7ca2..7747c48 100644 --- a/scripts/make_release.py +++ b/scripts/make_release.py @@ -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)