diff --git a/utils/patch-release.sh b/utils/patch-release.sh index 3b167fae2a..a9d67bee79 100755 --- a/utils/patch-release.sh +++ b/utils/patch-release.sh @@ -1,15 +1,15 @@ #!/bin/bash -# Script: minor-release.sh +# Script: patch-release.sh # Description: # Cherry-picks a list of commits, amends each with the original commit hash for tracking, # and generates a summary from the short github commit messages with links to each commit. # # Usage: -# ./minor-release.sh ... +# ./patch-release.sh ... # # Example: -# ./minor-release.sh abc1234 def5678 +# ./patch-release.sh abc1234 def5678 set -e