From 9b0d0c83d109af11a83a7d4a13d6f585c69d9635 Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Mon, 25 Nov 2024 16:54:13 +0100 Subject: [PATCH] rename file part2 --- utils/patch-release.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/patch-release.sh b/utils/patch-release.sh index 3b167fae2..a9d67bee7 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