Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Fix small bug in hack/gen-release-notes.sh #817

Merged
merged 1 commit into from
Apr 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/gen-release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down