From b6f05538e3b7a81e4af02594f525c2cfc5f255ff Mon Sep 17 00:00:00 2001 From: leigh capili Date: Mon, 12 Apr 2021 09:46:05 -0600 Subject: [PATCH] Fix small bug in hack/gen-release-notes.sh --- hack/gen-release-notes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/gen-release-notes.sh b/hack/gen-release-notes.sh index e41f94ca8..f1e127d88 100755 --- a/hack/gen-release-notes.sh +++ b/hack/gen-release-notes.sh @@ -4,7 +4,7 @@ PREVIOUS_TAG=${1} OPTIONAL_REF=${2} usage() { - echo "This script generates a starter release note document using `git` and `hub`." + echo "This script generates a starter release note document using 'git' and 'hub'." echo "It finds all of the PR's with matching commits in the git log since the indicated ref." echo "The PR's are link formatted with their title and author and are sorted by label." echo